summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 04:50:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 04:50:33 +0000
commitfac04ba96532dbd2aa162644c6dc2a8d58f643d8 (patch)
tree6466791204281fc4e8ba37bb0b49b5b6f436ef64 /NEWS
parent51de63dfb94d1f33ac09c7272a077192d733c5e4 (diff)
NEWS: NameError#receiver [Feature #10881]
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40f58fb397..05ae35a978 100644
--- a/NEWS
+++ b/NEWS
@@ -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