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

ruby-changes:40868

From: kazu <ko1@a...>
Date: Tue, 8 Dec 2015 21:31:50 +0900 (JST)
Subject: [ruby-changes:40868] kazu:r52947 (trunk): mention about Enumerator::Lazy#grep_v in NEWS

kazu	2015-12-08 21:31:28 +0900 (Tue, 08 Dec 2015)

  New Revision: 52947

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

  Log:
    mention about Enumerator::Lazy#grep_v in NEWS
    
    * NEWS: mention about Enumerator::Lazy#grep_v.
      [ruby-core:71845] [Feature #11773]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52946)
+++ ChangeLog	(revision 52947)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Dec  8 21:21:16 2015  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: mention about Enumerator::Lazy#grep_v.
+	  [ruby-core:71845] [Feature #11773]
+
 Tue Dec  8 17:36:36 2015  Martin Duerst  <duerst@i...>
 
 	* string.c: removed unused variable
@@ -6050,7 +6055,7 @@ Mon Jun 22 18:08:48 2015  Naohisa Goto https://github.com/ruby/ruby/blob/trunk/ChangeLog#L6055
 
 Sun Jun 21 23:52:46 2015  Kazuhiro NISHIYAMA  <zn@m...>
 
-	* NEWS: mention Array#bsearch_index and Hash#fetch_values.
+	* NEWS: mention about Array#bsearch_index and Hash#fetch_values.
 
 Sun Jun 21 23:46:27 2015  Kazuhiro NISHIYAMA  <zn@m...>
 
Index: NEWS
===================================================================
--- NEWS	(revision 52946)
+++ NEWS	(revision 52947)
@@ -61,6 +61,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L61
     [Feature #11049]
   * Enumerable#chunk_while [Feature #10769]
 
+* Enumerator::Lazy
+
+  * Enumerator::Lazy#grep_v [Feature #11773]
+
 * File
 
   * File.mkfifo [Feature #11536]

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

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