summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-19 13:59:58 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-19 13:59:58 +0000
commitae1c9f13b4c0df726572e758d04c74178e844d27 (patch)
tree083f460357f8f853d105a5605fe4791680331f8a /NEWS
parenta14cb8ad5b432bcda7b6a4a0ee41a1a292d0b568 (diff)
NEWS: Add Hash#transform_keys and Hash#transform_keys!
[Feature #13583] [ruby-core:81290] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db9e9432f4..8881d05ef7 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* :newline option to File.open implies text mode now. [Bug #13350]
+* Hash
+
+ * Hash#transform_keys [Feature #13583]
+ * Hash#transform_keys! [Feature #13583]
+
* Integer
* Integer.sqrt [Feature #13219]