summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a49416eb17..89e2ebb648 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,7 @@ sufficient information, see the ChangeLog file or Redmine
* "shadowing outer local variable" warning was removed. [Feature #12490]
You can now write the following without warning.
- user = User.all.find {|user| cond(user) }
+ user = users.find {|user| cond(user) }
=== Core classes updates (outstanding ones only)