aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-18 08:05:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-18 08:05:53 +0000
commit2e64ac392e41e215a0596de0d057fb2fd8708011 (patch)
tree5678b3e222c96077a2eb8e7a80e21dd5dbef1d3e /NEWS
parent855e7649a8ef9835cb461ece4b25a525ac1916fa (diff)
downloadruby-2e64ac392e41e215a0596de0d057fb2fd8708011.tar.gz
error.c: KeyError#receiver and KeyError#key
* error.c: new method KeyError#receiver and KeyError#key. [Feature #12063] * hash.c: make KeyError object with receiver and key. * sprintf.c: ditto. Author: ksss <co000ri@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4ada857fa..717ae69b65 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Description set by Thread#name= is now visible on Windows 10.
+* KeyError
+
+ * KeyError#receiver [Feature #12063]
+ * KeyError#key [Feature #12063]
+
=== Stdlib updates (outstanding ones only)
* Bundler