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

ruby-changes:33894

From: sorah <ko1@a...>
Date: Sat, 17 May 2014 17:05:43 +0900 (JST)
Subject: [ruby-changes:33894] sorah:r45975 (trunk): * NEWS: Add news about removal of lib/test/**/*.rb.

sorah	2014-05-17 17:05:35 +0900 (Sat, 17 May 2014)

  New Revision: 45975

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

  Log:
    * NEWS: Add news about removal of lib/test/**/*.rb.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45974)
+++ ChangeLog	(revision 45975)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat May 17 17:04:32 2014  Shota Fukumori  <her@s...>
+
+	* NEWS: Add news about removal of lib/test/**/*.rb.
+
 Sat May 17 16:57:33 2014  Shota Fukumori  <her@s...>
 
 	* lib/test: Removed because ruby's test cases now independent to
Index: NEWS
===================================================================
--- NEWS	(revision 45974)
+++ NEWS	(revision 45975)
@@ -91,6 +91,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L91
     It is happen when usual localtime doesn't preserve the offset from UTC.
   * Time.httpdate produces always UTC Time object.
   * Time.strptime raises ArgumentError when no date information.
+* lib/test/**/*.rb
+  * Removed because it conflicts to minitest 5, and it was just an wrapper
+    of minitest 4. [Feature #9711]
 
 === Built-in global variables compatibility issues
 

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

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