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

NEWS: Hash#update! does not exist

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-10-13 20:53:56 +00:00
parent 83dc5d2809
commit 1bb5cc2106

2
NEWS
View file

@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
* `Hash#merge`, `update`, `merge!` and `update!` now accept multiple
* `Hash#merge`, `merge!`, and `update` now accept multiple
arguments. [Feature #15111]
* `Hash#to_h` now maps keys and values to new keys and values