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 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') 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