move a new feature to correct section

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-06-13 11:53:14 +00:00
Родитель 0a550264a1
Коммит f660681ade
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -30,6 +30,9 @@ with all sufficient information, see the ChangeLog file.
this flag means to permit deleting opened file on Windows, but currently
this affect only files opened as binary. [Feature #11218]
* Thread
* Thread#name, Thread#name are added to handle thread names [Feature #11251]
=== Core classes compatibility issues (excluding feature bug fixes)
* Array
@ -55,9 +58,6 @@ with all sufficient information, see the ChangeLog file.
* pack/unpack (Array/String)
* j and J directives for pointer width integer type. [Feature #11215]
* Thread
* Thread#name, Thread#name are added to handle thread names [Feature #11251]
=== Stdlib updates (outstanding ones only)