[DOC] Add changes to Hash#merge in NEWS [#15111]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2018-09-19 02:10:05 +00:00
parent bfbf9bd6d3
commit f7f216ed37

5
NEWS
View File

@ -90,6 +90,11 @@ sufficient information, see the ChangeLog file or Redmine
* `Hash`
* Modified methods:
* `Hash#merge`, `update`, `merge!` and `update!` now accept multiple
arguments. [Feature #15111]
* Aliased methods:
* `Hash#filter` is a new alias for `Hash#select`. [Feature #13784]