aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorMark McSpadden <markmcspadden@gmail.com>2012-05-23 12:31:35 -0500
committerMark McSpadden <markmcspadden@gmail.com>2012-05-23 13:11:06 -0500
commit2b5b60fc3c4251536b837937391ebdd028892b15 (patch)
tree94f6cbd72dba9be3f9bf15e422f6d45642dc7122 /activesupport/CHANGELOG.md
parent541429fbe49b0671adb3842ab1818230d670ef9f (diff)
downloadrails-2b5b60fc3c4251536b837937391ebdd028892b15.tar.gz
rails-2b5b60fc3c4251536b837937391ebdd028892b15.tar.bz2
rails-2b5b60fc3c4251536b837937391ebdd028892b15.zip
Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_*_keys to use deep_transform_keys.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 0171742347..62b8a789c7 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ##
-* Add `Hash#transform_keys` and `Hash#transform_keys!`. *Mark McSpadden*
+* Add `Hash#transform_keys`, `Hash#transform_keys!`, `Hash#deep_transform_keys`, and `Hash#deep_transform_keys!`. *Mark McSpadden*
* Changed xml type `datetime` to `dateTime` (with upper case letter `T`). *Angelo Capilleri*