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

ruby-changes:37280

From: akr <ko1@a...>
Date: Wed, 21 Jan 2015 09:23:14 +0900 (JST)
Subject: [ruby-changes:37280] akr:r49361 (trunk): #10714 is a feature.

akr	2015-01-21 09:22:42 +0900 (Wed, 21 Jan 2015)

  New Revision: 49361

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

  Log:
    #10714 is a feature.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 49360)
+++ NEWS	(revision 49361)
@@ -20,7 +20,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L20
 * Array
   * Array#select!, Array#keep_if, Array#reject!, and Array#delete_if
     no longer changes the receiver array instantly every time the
-    block is called.  [Bug #10714]
+    block is called.  [Feature #10714]
 
 * IO
   * IO#close doesn't raise when the IO object is closed.  [Feature #10718]

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

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