From 75c5b0afe416506c5cde70d916e4692fa0b1c6fb Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 12 Dec 2015 08:17:22 +0000 Subject: * doc/NEWS-0.2.2: add description about incompatible change in Hash duplicated key overriding policy. [Bug #10315] [Bug #11501] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ doc/NEWS-2.2.0 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c79aa7600c..1cac23e0d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 12 17:11:57 2015 CHIKANAGA Tomoyuki + + * 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 * io.c (do_io_advise): do not raise on ENOSYS diff --git a/doc/NEWS-2.2.0 b/doc/NEWS-2.2.0 index b4ef080249..70ccddf32d 100644 --- a/doc/NEWS-2.2.0 +++ b/doc/NEWS-2.2.0 @@ -105,6 +105,11 @@ with all sufficient information, see the ChangeLog file. * 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 -- cgit v1.2.3