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:
parent
352d033ab9
commit
0403928608
1 changed files with 2 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue