summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:53:28 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:53:28 +0000
commit68f4385d270ef4f6336f425c825ae85eda7a0af0 (patch)
treec873a2ab79edb60699600e9a7e03efa2e5aee48b /NEWS
parentb86b36242c73846e4719aae8171b9f860ce58063 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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