aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 11:53:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 11:53:14 +0000
commitf660681adeb2e7e141e9eafa077832c1d45f730b (patch)
treedf8320a39fbd7785ba221902d487d44fabe08d26 /NEWS
parent0a550264a150a2241d4e669f01467c9247d01222 (diff)
downloadruby-f660681adeb2e7e141e9eafa077832c1d45f730b.tar.gz
move a new feature to correct section
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 52961cc67e..a84c4aa62f 100644
--- a/NEWS
+++ b/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)