summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 03:08:10 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 03:08:10 +0000
commitb171d9204637e3790fce7bfb32fe9a54014d8301 (patch)
tree51e6ad07ad00e4aac1f1e2976b37d7585c07fecb /NEWS
parent7f69d4e41f1cd77e142b786596dd005891a233f3 (diff)
Revert "parse.y: remove "shadowing outer local variable" warning"
I forgot to add the copyright of the patch... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index dfeca52e56..5e53d529f0 100644
--- a/NEWS
+++ b/NEWS
@@ -31,11 +31,6 @@ sufficient information, see the ChangeLog file or Redmine
* Non-Symbol key in keyword arguments hash causes an exception.
-* "shadowing outer local variable" warning was removed. [Feature #12490]
- You can now write the following without warning.
-
- user = User.all.find {|user| cond(user) }
-
=== Core classes updates (outstanding ones only)
[Array]