summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-21 01:58:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-21 01:58:32 +0000
commit342f10b9b3579378d0983312c1f52c4c23029283 (patch)
tree8c934212a467097d67b90cfb6913be00889afae3 /NEWS
parent581b995c54fe468e4977f8771a4ddb36ba4921ce (diff)
compile.c: toplevel return
* compile.c (iseq_compile_each): stop execution of the current source by toplevel return. [ruby-core:36785] [Feature #4840] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57132 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 5c26678b0e..1c0bc904e4 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Rescue modifier now applicable to method arguments.
[Feature #12686]
+* Toplevel return is now allowed. [Feature #4840]
+
=== Core classes updates (outstanding ones only)
* Array