aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-06-29 15:01:52 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-06-29 15:01:52 -0500
commitf123da507a703c3177c26a4f59cab53d81f4fa7c (patch)
treed4b765dc9a155a22fed30278c07c63d0fecf453f /activesupport/CHANGELOG.md
parent9ca0f8da2abe735c57eacd9b687ee7c3fae3685d (diff)
parentb2cf8b251aac39c1e3ce71bc1de34a2ce5ef52b1 (diff)
downloadrails-f123da507a703c3177c26a4f59cab53d81f4fa7c.tar.gz
rails-f123da507a703c3177c26a4f59cab53d81f4fa7c.tar.bz2
rails-f123da507a703c3177c26a4f59cab53d81f4fa7c.zip
Merge pull request #15819 from sgrif/sg-hash-map-values
Add `Hash#map_values` to ActiveSupport to simplify a common pattern
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index a2a5da4afb..efaa6cd2a3 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Add `Hash#transform_values` to simplify a common pattern where the values of a
+ hash must change, but the keys are left the same.
+
+ *Sean Griffin*
+
* Always instrument `ActiveSupport::Cache`.
Since `ActiveSupport::Notifications` only instrument items when there