1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
kazu 2017-07-19 13:59:58 +00:00
parent a14cb8ad5b
commit ae1c9f13b4

5
NEWS
View file

@ -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]