File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ Sun Jun 21 23:52:46 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2+
3+ * NEWS: mention Array#bsearch_index and Hash#fetch_values.
4+
15Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
26
37 * NEWS: add a reference to a ticket.
Original file line number Diff line number Diff line change @@ -15,12 +15,20 @@ with all sufficient information, see the ChangeLog file.
1515
1616=== Core classes updates (outstanding ones only)
1717
18+ * Array
19+
20+ * Array#bsearch_index [Feature #10730]
21+
1822* Enumerable
1923
2024 * Enumerable#grep_v is added as inverse version of Enumerable#grep.
2125 [Feature #11049]
2226 * Enumerable#chunk_while [Feature #10769]
2327
28+ * Hash
29+
30+ * Hash#fetch_values [Feature #10017]
31+
2432* Numeric
2533
2634 * Numeric#positive? and Numeric#negative? are added, which return
You can’t perform that action at this time.
0 commit comments