mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update NEWS for Array methods change
This commit is contained in:
parent
2a294d499b
commit
bf1047c757
1 changed files with 19 additions and 0 deletions
19
NEWS.md
19
NEWS.md
|
@ -109,6 +109,24 @@ option shows the help message via the pager designated by the value.
|
||||||
|
|
||||||
Outstanding ones only.
|
Outstanding ones only.
|
||||||
|
|
||||||
|
* Array
|
||||||
|
|
||||||
|
* Modified methods
|
||||||
|
|
||||||
|
* The following methods now return Array instances instead of
|
||||||
|
subclass instances when called on subclass instances:
|
||||||
|
[[Bug #6087]]
|
||||||
|
|
||||||
|
* `Array#drop`
|
||||||
|
* `Array#drop_while`
|
||||||
|
* `Array#flatten`
|
||||||
|
* `Array#slice!`
|
||||||
|
* `Array#slice/#[]`
|
||||||
|
* `Array#take`
|
||||||
|
* `Array#take_while`
|
||||||
|
* `Array#uniq`
|
||||||
|
* `Array#*`
|
||||||
|
|
||||||
* Dir
|
* Dir
|
||||||
|
|
||||||
* Modified method
|
* Modified method
|
||||||
|
@ -498,6 +516,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
[Bug #4352]: https://bugs.ruby-lang.org/issues/4352
|
[Bug #4352]: https://bugs.ruby-lang.org/issues/4352
|
||||||
|
[Bug #6087]: https://bugs.ruby-lang.org/issues/6087
|
||||||
[Bug #8382]: https://bugs.ruby-lang.org/issues/8382
|
[Bug #8382]: https://bugs.ruby-lang.org/issues/8382
|
||||||
[Bug #8446]: https://bugs.ruby-lang.org/issues/8446
|
[Bug #8446]: https://bugs.ruby-lang.org/issues/8446
|
||||||
[Feature #8661]: https://bugs.ruby-lang.org/issues/8661
|
[Feature #8661]: https://bugs.ruby-lang.org/issues/8661
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue