ruby-changes:40971
From: nagachika <ko1@a...>
Date: Sat, 12 Dec 2015 17:17:34 +0900 (JST)
Subject: [ruby-changes:40971] nagachika:r53050 (trunk): * doc/NEWS-0.2.2: add description about incompatible change in Hash
nagachika 2015-12-12 17:17:22 +0900 (Sat, 12 Dec 2015) New Revision: 53050 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53050 Log: * doc/NEWS-0.2.2: add description about incompatible change in Hash duplicated key overriding policy. [Bug #10315] [Bug #11501] Modified files: trunk/ChangeLog trunk/doc/NEWS-2.2.0 Index: doc/NEWS-2.2.0 =================================================================== --- doc/NEWS-2.2.0 (revision 53049) +++ doc/NEWS-2.2.0 (revision 53050) @@ -105,6 +105,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.2.0#L105 * Rename GC.stat entries. [Feature #9924] See https://docs.google.com/spreadsheets/d/11Ua4uBr6o0k-nORrZLEIIUkHJ9JRzRR0NyZfrhEEnc8/edit?usp=sharing +* Hash + * incompatible changes: + * Change overriding policy for duplicated key. [Bug #10315] + { **hash1, **hash2 } contains values of hash2 for duplicated keys. + * IO * incompatible changes: * When flushing file IO with IO#flush, you cannot assume that the metadata Index: ChangeLog =================================================================== --- ChangeLog (revision 53049) +++ ChangeLog (revision 53050) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Dec 12 17:11:57 2015 CHIKANAGA Tomoyuki <nagachika@r...> + + * doc/NEWS-0.2.2: add description about incompatible change in Hash + duplicated key overriding policy. [Bug #10315] [Bug #11501] + Sat Dec 12 07:44:38 2015 Eric Wong <e@8...> * io.c (do_io_advise): do not raise on ENOSYS -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/