summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e53d529f0..dfeca52e56 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,11 @@ 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]