aboutsummaryrefslogtreecommitdiffstats
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
commit13f8d7ff8e5b937ed2c7c6eb5afeae217b154d64 (patch)
treec166aa1a841db031b1e510e0919e197efa536a12
parentec6ed8a14fbfd138b7f45a39d19cf95dea8b827f (diff)
downloadruby-13f8d7ff8e5b937ed2c7c6eb5afeae217b154d64.tar.gz
NEWS: Add Hash#transform_values
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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