aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-19 09:54:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-19 09:54:58 +0000
commit852500c963b991fe0e4175ecc9217215c1ad4094 (patch)
treed3cc8f557e0511a678db305e2716f1b815021fc3 /NEWS
parentad3c8a4ea0d63cd0461e6f5a6c8a1319c1fb529f (diff)
downloadruby-852500c963b991fe0e4175ecc9217215c1ad4094.tar.gz
parse.y: rescue/else/ensure in do-end
* parse.y (do_body): allow rescue/else/ensure inside do/end blocks. [Feature #12906] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index daaacf94d9..71f57f21fc 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Top-level constant look-up is removed. [Feature #11547]
+* rescue/else/ensure are allowed inside do/end blocks. [Feature #12906]
+
=== Core classes updates (outstanding ones only)
=== Stdlib updates (outstanding ones only)