mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* 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)
|
||||
|
||||
* Array
|
||||
|
||||
* Array#bsearch_index [Feature #10730]
|
||||
|
||||
* Enumerable
|
||||
|
||||
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
|
||||
[Feature #11049]
|
||||
* Enumerable#chunk_while [Feature #10769]
|
||||
|
||||
* Hash
|
||||
|
||||
* Hash#fetch_values [Feature #10017]
|
||||
|
||||
* Numeric
|
||||
|
||||
* Numeric#positive? and Numeric#negative? are added, which return
|
||||
|
|
Loading…
Add table
Reference in a new issue