[前][次][番号順一覧][スレッド一覧]

ruby-changes:38909

From: kazu <ko1@a...>
Date: Sun, 21 Jun 2015 23:53:36 +0900 (JST)
Subject: [ruby-changes:38909] kazu:r50990 (trunk): * NEWS: mention Array#bsearch_index and Hash#fetch_values. [ci skip]

kazu	2015-06-21 23:53:28 +0900 (Sun, 21 Jun 2015)

  New Revision: 50990

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50990

  Log:
    * NEWS: mention Array#bsearch_index and Hash#fetch_values. [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50989)
+++ ChangeLog	(revision 50990)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jun 21 23:52:46 2015  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: mention Array#bsearch_index and Hash#fetch_values.
+
 Sun Jun 21 23:46:27 2015  Kazuhiro NISHIYAMA  <zn@m...>
 
 	* NEWS: add a reference to a ticket.
Index: NEWS
===================================================================
--- NEWS	(revision 50989)
+++ NEWS	(revision 50990)
@@ -15,12 +15,20 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L15
 
 === 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]