[前][次][番号順一覧][スレッド一覧]

ruby-changes:38791

From: naruse <ko1@a...>
Date: Sat, 13 Jun 2015 20:53:23 +0900 (JST)
Subject: [ruby-changes:38791] naruse:r50872 (trunk): move a new feature to correct section

naruse	2015-06-13 20:53:14 +0900 (Sat, 13 Jun 2015)

  New Revision: 50872

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50872

  Log:
    move a new feature to correct section

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 50871)
+++ NEWS	(revision 50872)
@@ -30,6 +30,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L30
     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 https://github.com/ruby/ruby/blob/trunk/NEWS#L58
 * 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)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]