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
Родитель cb03af1ab7
Коммит c7ba10cc13
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

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