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

ruby-changes:52653

From: nobu <ko1@a...>
Date: Thu, 27 Sep 2018 19:22:12 +0900 (JST)
Subject: [ruby-changes:52653] nobu:r64865 (trunk): Sort in alphabetical order [ci skip]

nobu	2018-09-27 19:22:07 +0900 (Thu, 27 Sep 2018)

  New Revision: 64865

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

  Log:
    Sort in alphabetical order [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 64864)
+++ NEWS	(revision 64865)
@@ -188,6 +188,13 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L188
         * `NameError#initialize` accepts `:receiver` option to set receiver
           in Ruby code.  [Feature #14313]
 
+* `NoMethodError`
+
+    * New options:
+
+        * `NoMethodError#initialize` accepts `:receiver` option to set
+          receiver in Ruby code.  [Feature #14313]
+
 * `Numeric`
 
     * Incompatible changes:
@@ -196,13 +203,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L203
           `Enumerator::ArithmeticSequence` class rather than one of
           `Enumerator` class.
 
-* `NoMethodError`
-
-    * New options:
-
-        * `NoMethodError#initialize` accepts `:receiver` option to set
-          receiver in Ruby code.  [Feature #14313]
-
 * `Proc`
 
     * Incompatible changes:

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

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