1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

#10714 is a feature.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2015-01-21 00:22:42 +00:00
parent cb03af1ab7
commit c7ba10cc13

2
NEWS
View file

@ -20,7 +20,7 @@ with all sufficient information, see the ChangeLog file.
* Array
* Array#select!, Array#keep_if, Array#reject!, and Array#delete_if
no longer changes the receiver array instantly every time the
block is called. [Bug #10714]
block is called. [Feature #10714]
* IO
* IO#close doesn't raise when the IO object is closed. [Feature #10718]