summaryrefslogtreecommitdiff
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
commit0ec889d7ed34f80b534dfc7a93bdd3175aba9ff9 (patch)
treed3cc8f557e0511a678db305e2716f1b815021fc3 /NEWS
parentf34d0ba3eb5e001c5949236764c74c47688ec578 (diff)
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)