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

ruby-changes:53331

From: kazu <ko1@a...>
Date: Mon, 5 Nov 2018 16:01:52 +0900 (JST)
Subject: [ruby-changes:53331] kazu:r65547 (trunk): Sort in alphabetical order [ci skip]

kazu	2018-11-05 16:01:47 +0900 (Mon, 05 Nov 2018)

  New Revision: 65547

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

  Log:
    Sort in alphabetical order [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 65546)
+++ NEWS	(revision 65547)
@@ -269,6 +269,12 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L269
 
 === Stdlib updates (outstanding ones only)
 
+[Bundler]
+
+  * Add Bundler to Standard Library. [Feature #12733]
+
+  * Use 1.17.1. It's latest stable version.
+
 [Coverage]
 
   A oneshot_lines mode is added.  [Feature #15022]
@@ -391,13 +397,12 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L397
 
     * Add URI::File to handle file URI scheme.  [Feature #14035]
 
-[Bundler]
-
-  * Add Bundler to Standard Library. [Feature #12733]
+=== Compatibility issues (excluding feature bug fixes)
 
-  * Use 1.17.1. It's latest stable version.
+[Dir]
 
-=== Compatibility issues (excluding feature bug fixes)
+  * Dir.glob with <code>'\0'</code>-separated pattern list will be deprecated,
+    and is now warned.  [Feature #14643]
 
 [File]
 
@@ -405,11 +410,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L410
     File.readlines do not invoke external commands even if the path starts
     with the pipe character <code>'|'</code>. [Feature #14245]
 
-[Dir]
-
-  * Dir.glob with <code>'\0'</code>-separated pattern list will be deprecated,
-    and is now warned.  [Feature #14643]
-
 === Stdlib compatibility issues (excluding feature bug fixes)
 
 * These standard libraries have been promoted to default gems.

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

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