ruby-changes:52568
From: marcandre <ko1@a...>
Date: Wed, 19 Sep 2018 11:10:10 +0900 (JST)
Subject: [ruby-changes:52568] marcandRe: r64780 (trunk): [DOC] Add changes to Hash#merge in NEWS [#15111]
marcandre 2018-09-19 11:10:05 +0900 (Wed, 19 Sep 2018) New Revision: 64780 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64780 Log: [DOC] Add changes to Hash#merge in NEWS [#15111] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 64779) +++ NEWS (revision 64780) @@ -90,6 +90,11 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L90 * `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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/