summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 14:53:54 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 14:53:54 +0000
commit68de2e580089e6894f37755d227db99ce1c8e32a (patch)
tree64cb83a5f07720581deba62995236046ebf5f10f /NEWS
parent1196b798d63f2834b2db6ed09794c1f1ea517b9b (diff)
* NEWS: List incompatible change for Array#values_at [#6203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fb1b97e89..5dbc1a408e 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* random parameter of Array#shuffle! and Array#sample now
will be called with one argument, maximum value.
+ * when given Range arguments, Array#values_at now returns nil for each
+ value that is out-of-range.
* Enumerable
* added method:
@@ -287,6 +289,10 @@ with all sufficient information, see the ChangeLog file.
=== Compatibility issues (excluding feature bug fixes)
+ * Array#values_at
+
+ See above.
+
* Signal.trap
See above.