mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Mention the Array#choice removal and the Array#delete change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e605839355
commit
7464de7e8b
1 changed files with 3 additions and 0 deletions
3
doc/NEWS
3
doc/NEWS
|
@ -9,6 +9,7 @@ Incompatible (Severe)
|
|||
o Block local variables
|
||||
* Array
|
||||
o Array#nitems was removed (use count {|i| !i.nil?})
|
||||
o Array#choice was removed (use sample)
|
||||
* String
|
||||
o No longer an Enumerable
|
||||
o ?c semantics
|
||||
|
@ -111,6 +112,8 @@ Compatible
|
|||
o Regexp#match, String#match
|
||||
* Fiber: coroutines/micro-threads
|
||||
* Array
|
||||
o Array#delete returns a deleted element rather than a given
|
||||
object
|
||||
o Array#to_s is equivalent to Array#inspect
|
||||
o Array.try_convert
|
||||
* Hash
|
||||
|
|
Loading…
Reference in a new issue