From 9931920c591be8a522b348535cc75f0f2212ab9c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Dec 2013 13:45:06 +0000 Subject: * NEWS: mention about Hash#reject. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3