mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
1196b798d6
commit
68de2e5800
1 changed files with 6 additions and 0 deletions
6
NEWS
6
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue