aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-05-06 10:56:38 -0700
committerPiotr Sarnacki <drogus@gmail.com>2012-05-06 11:13:15 -0700
commit040392860886d9362b33c6c8ef99113a99dd18cf (patch)
treecac6e6b45656a918e9d91474b5424452f32e6cf9 /activesupport/CHANGELOG.md
parent352d033ab9d9a03f3222aedefbc11e29a1fb5ffa (diff)
downloadrails-040392860886d9362b33c6c8ef99113a99dd18cf.tar.gz
rails-040392860886d9362b33c6c8ef99113a99dd18cf.tar.bz2
rails-040392860886d9362b33c6c8ef99113a99dd18cf.zip
Updated CHANGELOG entry for `deep_dup`
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 82921741b8..b02cefa600 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -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*