summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index db76546fbb..6c542c7577 100644
--- a/doc/NEWS
+++ b/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