aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:17:22 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:17:22 +0000
commit75c5b0afe416506c5cde70d916e4692fa0b1c6fb (patch)
tree62b32f265ab4a4df279b45f4051a4b0ed55ceb18 /doc
parentf418a0c57ff7a812ece73e300c402585a27002c4 (diff)
downloadruby-75c5b0afe416506c5cde70d916e4692fa0b1c6fb.tar.gz
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.2.05
1 files changed, 5 insertions, 0 deletions
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