1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20332 from henders/shender/changelog_reload_credit

Give credit to extra contributor for Base.reload fix
This commit is contained in:
Arun Agrawal 2015-05-28 11:35:18 +02:00
commit 207f8fc7de

View file

@ -22,9 +22,9 @@
*George Claghorn*
* Clear query cache when `ActiveRecord::Base#relaod` is called.
* Clear query cache when `ActiveRecord::Base#reload` is called.
*Shane Hender*
*Shane Hender, Pierre Nespo*
* Include stored procedures and function on the MySQL structure dump.