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

Improve changelog of new :silence deprecation behavior

This commit is contained in:
Carlos Antonio da Silva 2012-04-30 09:11:11 -03:00
parent 0501a07c5e
commit 01414424b1

View file

@ -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*