summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 11:33:26 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 11:33:26 +0000
commit27c7d498408ecc494e6ebaff13c8842665493603 (patch)
treeca1a14d6a407e98fbc41ea964d61b49114a5bb99 /NEWS
parent4fe2ca38c1cde063b09d8e015e64f8964ebb25b4 (diff)
NEWS entry for FrozenError [Feature #13224]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41cdbd95c6..eafd37acaf 100644
--- a/NEWS
+++ b/NEWS
@@ -154,6 +154,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* KeyError#receiver [Feature #12063]
* KeyError#key [Feature #12063]
+* FrozenError
+
+ New exception class. [Feature #13224]
+
=== Stdlib updates (outstanding ones only)
* Bundler