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

Updated CHANGELOG entry for deep_dup

This commit is contained in:
Piotr Sarnacki 2012-05-06 10:56:38 -07:00
parent 352d033ab9
commit 0403928608

View file

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* `deep_dup` works more expectedly now and duplicates also values in +Hash+ instances and elements in +Array+ instances. *Alexey Gaziev*
* Inflector no longer applies ice -> ouse to words like slice, police, ets *Wes Morgan*
* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore Rails runtime deprecations *twinturbo*