Add CHANGELOG entry for constantize - closes #6165.

This commit is contained in:
Andrew White 2012-05-19 15:46:12 +01:00
parent 3d0e4895cd
commit 329a5a4322
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* `constantize` now looks in the ancestor chain. *Marc-Andre Lafortune & Andrew White*
* `Object#try` can't call private methods. *Vasiliy Ermolovich*
* `AS::Callbacks#run_callbacks` remove `key` argument. *Francesco Rodriguez*