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:
parent
0501a07c5e
commit
01414424b1
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue