Merge pull request #6080 from carlosantoniodasilva/as-changelog-update

Improve changelog of new :silence deprecation behavior
This commit is contained in:
Xavier Noria 2012-04-30 05:12:47 -07:00
commit 8196a8dd83

@ -2,7 +2,7 @@
* Inflector no longer applies ice -> ouse to words like slice, police, ets *Wes Morgan*
* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore *twinturbo*
* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore Rails runtime deprecations *twinturbo*
* Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch*