diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-06-29 15:01:52 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-06-29 15:01:52 -0500 |
commit | f123da507a703c3177c26a4f59cab53d81f4fa7c (patch) | |
tree | d4b765dc9a155a22fed30278c07c63d0fecf453f /activesupport/CHANGELOG.md | |
parent | 9ca0f8da2abe735c57eacd9b687ee7c3fae3685d (diff) | |
parent | b2cf8b251aac39c1e3ce71bc1de34a2ce5ef52b1 (diff) | |
download | rails-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.md | 5 |
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 |