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

ruby-changes:43641

From: nobu <ko1@a...>
Date: Thu, 21 Jul 2016 06:00:35 +0900 (JST)
Subject: [ruby-changes:43641] nobu:r55714 (trunk): NEWS: Enumerable#uniq [ci skip]

nobu	2016-07-21 06:00:30 +0900 (Thu, 21 Jul 2016)

  New Revision: 55714

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

  Log:
    NEWS: Enumerable#uniq [ci skip]
    
    * NEWS: mention Enumerable#uniq and Enumerator::Lazy#uniq.
      [Feature #11090]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 55713)
+++ NEWS	(revision 55714)
@@ -37,6 +37,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L37
 * Enumerable
 
   * Enumerable#sum  [Feature #12217]
+  * Enumerable#uniq  [Feature #11090]
+
+* Enumerator::Lazy
+
+  * Enumerator::Lazy#uniq  [Feature #11090]
 
 * File
 

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

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