* NEWS: mention about Hash#reject.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-16 13:45:06 +00:00
parent 0988148782
commit 9931920c59

6
NEWS
View file

@ -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.