summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
2 files changed, 12 insertions, 0 deletions
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 <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.
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