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

ruby-changes:37279

From: akr <ko1@a...>
Date: Wed, 21 Jan 2015 09:11:00 +0900 (JST)
Subject: [ruby-changes:37279] akr:r49360 (trunk): * NEWS: References to tickets added.

akr	2015-01-21 09:10:45 +0900 (Wed, 21 Jan 2015)

  New Revision: 49360

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

  Log:
    * NEWS: References to tickets added.
      [ruby-core:67701] [Bug #10760] Suggested by Zachary Scott.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49359)
+++ ChangeLog	(revision 49360)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jan 21 09:09:19 2015  Tanaka Akira  <akr@f...>
+
+	* NEWS: References to tickets added.
+	  [ruby-core:67701] [Bug #10760] Suggested by Zachary Scott.
+
 Tue Jan 20 22:59:54 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
 
 	* tool/vcs.rb: fix the exception given remote-url of svn.
Index: NEWS
===================================================================
--- NEWS	(revision 49359)
+++ NEWS	(revision 49360)
@@ -20,10 +20,10 @@ 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.
+    block is called.  [Bug #10714]
 
 * IO
-  * IO#close doesn't raise when the IO object is closed.
+  * IO#close doesn't raise when the IO object is closed.  [Feature #10718]
 
 === Stdlib updates (outstanding ones only)
 

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

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