summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 02:34:54 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 02:34:54 +0000
commit0a764c0bb18d5b55f14e02ce6376c6c90734817e (patch)
treec166aa1a841db031b1e510e0919e197efa536a12 /NEWS
parenteaa0a27f6149a9afa2b29729307ff9cc7b0bc95f (diff)
NEWS: Add Hash#transform_values
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfbce87f4b..6a9dbd3f91 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Float#ceil, Float#floor, and Float#truncate now take an optional
digits, as well as Float#round. [Feature #12245]
+* Hash
+
+ * Hash#transform_values and Hash#transform_values! [Feature #12512]
+
* Integer
* Integer#ceil, Integer#floor, and Integer#truncate now take an optional