summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 13:45:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 13:45:06 +0000
commit9931920c591be8a522b348535cc75f0f2212ab9c (patch)
tree27864e066aa6f10ece0186d33bc18d05d9d8a3a6 /NEWS
parent0988148782eeac20a239658789dde13c55d84689 (diff)
* NEWS: mention about Hash#reject.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94b340d93c..4ed1acbb5f 100644
--- a/NEWS
+++ b/NEWS
@@ -133,6 +133,12 @@ with all sufficient information, see the ChangeLog file.
=== Core classes compatibility issues (excluding feature bug fixes)
+* Hash
+ * incompatible changes:
+ * Hash#reject now returns plain Hash object, that is the original object's
+ subclass, instance variables, default value, and taintedness are no longer
+ copied.
+
* IO
* incompatible changes:
* open ignore internal encoding if external encoding is ASCII-8BIT.