mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Sort in alphabetical order [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0fb505d242
commit
ce77c3859a
1 changed files with 7 additions and 7 deletions
14
NEWS
14
NEWS
|
@ -188,6 +188,13 @@ sufficient information, see the ChangeLog file or Redmine
|
||||||
* `NameError#initialize` accepts `:receiver` option to set receiver
|
* `NameError#initialize` accepts `:receiver` option to set receiver
|
||||||
in Ruby code. [Feature #14313]
|
in Ruby code. [Feature #14313]
|
||||||
|
|
||||||
|
* `NoMethodError`
|
||||||
|
|
||||||
|
* New options:
|
||||||
|
|
||||||
|
* `NoMethodError#initialize` accepts `:receiver` option to set
|
||||||
|
receiver in Ruby code. [Feature #14313]
|
||||||
|
|
||||||
* `Numeric`
|
* `Numeric`
|
||||||
|
|
||||||
* Incompatible changes:
|
* Incompatible changes:
|
||||||
|
@ -196,13 +203,6 @@ sufficient information, see the ChangeLog file or Redmine
|
||||||
`Enumerator::ArithmeticSequence` class rather than one of
|
`Enumerator::ArithmeticSequence` class rather than one of
|
||||||
`Enumerator` class.
|
`Enumerator` class.
|
||||||
|
|
||||||
* `NoMethodError`
|
|
||||||
|
|
||||||
* New options:
|
|
||||||
|
|
||||||
* `NoMethodError#initialize` accepts `:receiver` option to set
|
|
||||||
receiver in Ruby code. [Feature #14313]
|
|
||||||
|
|
||||||
* `Proc`
|
* `Proc`
|
||||||
|
|
||||||
* Incompatible changes:
|
* Incompatible changes:
|
||||||
|
|
Loading…
Reference in a new issue