From fac04ba96532dbd2aa162644c6dc2a8d58f643d8 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 18 Jun 2015 04:50:33 +0000 Subject: [PATCH] NEWS: NameError#receiver [Feature #10881] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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