aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca8adc97d5..e05c7fa8ba 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ with all sufficient information, see the ChangeLog file or Redmine
(1..).each {|index| ... } # infinite loop from index 1
ary.zip(1..) {|elem, index| ... } # ary.each.with_index(1) { }
+* Non-Symbol key in keyword arguments hash causes an exception.
+
=== Core classes updates (outstanding ones only)
* Array