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

NEWS entry for FrozenError [Feature #13224]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2017-12-12 11:33:26 +00:00
parent 4fe2ca38c1
commit 27c7d49840

4
NEWS
View file

@ -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