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

ruby-changes:39362

From: nobu <ko1@a...>
Date: Thu, 30 Jul 2015 12:33:04 +0900 (JST)
Subject: [ruby-changes:39362] nobu:r51443 (trunk): NEWS: sort alphabetically

nobu	2015-07-30 12:32:46 +0900 (Thu, 30 Jul 2015)

  New Revision: 51443

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

  Log:
    NEWS: sort alphabetically
    
    * NEWS (Core classes updates): sort classes/modules in
      alphabetical order.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 51442)
+++ NEWS	(revision 51443)
@@ -15,6 +15,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L15
 
 === Core classes updates (outstanding ones only)
 
+* ARGF
+
+  * ARGF.read_nonblock supports `exception: false' like IO#read_nonblock.
+    [Feature #11358]
+
 * Array
 
   * Array#bsearch_index [Feature #10730]
@@ -29,17 +34,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L34
 
   * Hash#fetch_values [Feature #10017]
 
-* Numeric
-
-  * Numeric#positive? and Numeric#negative? are added, which return
-    true when the receiver is positive and negative respectively.
-    [Feature #11151]
-
-* ARGF
-
-  * ARGF.read_nonblock supports `exception: false' like IO#read_nonblock.
-    [Feature #11358]
-
 * IO
 
   * new mode flag File::SHARE_DELETE is available.
@@ -50,12 +44,18 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L44
     this parameter is bitwise-ORed to oflags generated by normal mode argument.
     [Feature #11253]
 
-* Thread
-  * Thread#name, Thread#name= are added to handle thread names [Feature #11251]
-
 * NameError
   * NameError#receiver is added to take the receiver object. [Feature #10881]
 
+* Numeric
+
+  * Numeric#positive? and Numeric#negative? are added, which return
+    true when the receiver is positive and negative respectively.
+    [Feature #11151]
+
+* Thread
+  * Thread#name, Thread#name= are added to handle thread names [Feature #11251]
+
 === Core classes compatibility issues (excluding feature bug fixes)
 
 * Array

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

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