1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: NameError#receiver [Feature #10881]

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-06-18 04:50:33 +00:00
parent 51de63dfb9
commit fac04ba965

3
NEWS
View file

@ -36,6 +36,9 @@ with all sufficient information, see the ChangeLog file.
* Thread
* Thread#name, Thread#name are added to handle thread names [Feature #11251]
* NameError
* NameError#receiver is added to take the reciever object. [Feature #10881]
=== Core classes compatibility issues (excluding feature bug fixes)
* Array