summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-27 10:22:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-27 10:22:07 +0000
commitce77c3859ad68a08b6a2104707d3888a6ce528d1 (patch)
tree2d6cd350ff59bf24c14da0ac88ac2f7b398efcb6 /NEWS
parent0fb505d2420d5be730ffde1cf57696126a24bc0f (diff)
Sort in alphabetical order [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 99e4c70d14..b5fc76c7d7 100644
--- a/NEWS
+++ b/NEWS
@@ -188,6 +188,13 @@ sufficient information, see the ChangeLog file or Redmine
* `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 ChangeLog file or Redmine
`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: