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

ruby-changes:43967

From: kazu <ko1@a...>
Date: Tue, 30 Aug 2016 21:41:00 +0900 (JST)
Subject: [ruby-changes:43967] kazu:r56040 (trunk): sort entries [ci skip]

kazu	2016-08-30 21:40:55 +0900 (Tue, 30 Aug 2016)

  New Revision: 56040

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

  Log:
    sort entries [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56039)
+++ NEWS	(revision 56040)
@@ -70,6 +70,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L70
   * Kernel#clone now takes an optional keyword argument, freeze flag.
     [Feature #12300]
 
+* MatchData
+
+  * MatchData#named_captures [Feature #11999]
+  * MatchData#values_at supports named captures [Feature #9179]
+
 * Regexp
 
   * Regexp#match? [Feature #8110]
@@ -97,11 +102,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L102
     work for all of Unicode. See the documentation of String#downcase
     for details. [Feature #10085]
 
-* MatchData
-
-  * MatchData#named_captures [Feature #11999]
-  * MatchData#values_at supports named captures [Feature #9179]
-
 * Thread
 
   * Thread#report_on_exception and Thread.report_on_exception
@@ -119,16 +119,16 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L119
 	  as level, progname, datetime_format, formatter. [Feature #12224]
 	* Add shift_period_suffix option. [Feature #10772]
 
-* optparse
-
-  * Add an into option. [Feature #11191]
-
 * OpenSSL
 
   * OpenSSL is extracted as a gem and the upstream has been migrated to
     https://github.com/ruby/openssl. OpenSSL still remains as a default gem.
     Refer to its History.md for the full release note. [Feature #9612]
 
+* optparse
+
+  * Add an into option. [Feature #11191]
+
 === Compatibility issues (excluding feature bug fixes)
 
 * Array#sum and Enumerable#sum are implemented.  [Feature #12217]
@@ -164,14 +164,14 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L164
 
 === Stdlib compatibility issues (excluding feature bug fixes)
 
-* Time
-
-  * Time#to_time now preserves timezone.  [Bug #12271]
-
 * DateTime
 
   * DateTime#to_time now preserves timezone.  [Bug #12189]
 
+* Time
+
+  * Time#to_time now preserves timezone.  [Bug #12271]
+
 * thread
 
   * the extension library is removed.  Till 2.0 it was a pure ruby script

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

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