* NEWS: mention Array#bsearch_index and Hash#fetch_values. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b86b36242c
commit
68f4385d27
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jun 21 23:52:46 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* NEWS: mention Array#bsearch_index and Hash#fetch_values.
|
||||||
|
|
||||||
Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* NEWS: add a reference to a ticket.
|
* NEWS: add a reference to a ticket.
|
||||||
|
8
NEWS
8
NEWS
@ -15,12 +15,20 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
=== Core classes updates (outstanding ones only)
|
=== Core classes updates (outstanding ones only)
|
||||||
|
|
||||||
|
* Array
|
||||||
|
|
||||||
|
* Array#bsearch_index [Feature #10730]
|
||||||
|
|
||||||
* Enumerable
|
* Enumerable
|
||||||
|
|
||||||
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
|
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
|
||||||
[Feature #11049]
|
[Feature #11049]
|
||||||
* Enumerable#chunk_while [Feature #10769]
|
* Enumerable#chunk_while [Feature #10769]
|
||||||
|
|
||||||
|
* Hash
|
||||||
|
|
||||||
|
* Hash#fetch_values [Feature #10017]
|
||||||
|
|
||||||
* Numeric
|
* Numeric
|
||||||
|
|
||||||
* Numeric#positive? and Numeric#negative? are added, which return
|
* Numeric#positive? and Numeric#negative? are added, which return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user