From 68f4385d270ef4f6336f425c825ae85eda7a0af0 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 21 Jun 2015 14:53:28 +0000 Subject: * 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 --- ChangeLog | 4 ++++ NEWS | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d8b657184f..6cd22079a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jun 21 23:52:46 2015 Kazuhiro NISHIYAMA + + * NEWS: mention Array#bsearch_index and Hash#fetch_values. + Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA * NEWS: add a reference to a ticket. diff --git a/NEWS b/NEWS index f6cb81570a..237bce2197 100644 --- a/NEWS +++ b/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 -- cgit v1.2.3