aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-17 08:05:35 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-17 08:05:35 +0000
commitfb8f7259c3435ac01ff9ac2718d325e7c309336b (patch)
treeef5fb9b410422d3025a08af9b3441b1c8fc1ad90 /NEWS
parent96f552670d045c3e76c02929753f6934da51974f (diff)
downloadruby-fb8f7259c3435ac01ff9ac2718d325e7c309336b.tar.gz
* NEWS: Add news about removal of lib/test/**/*.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 235370a5ba..1187740ae6 100644
--- a/NEWS
+++ b/NEWS
@@ -91,6 +91,9 @@ with all sufficient information, see the ChangeLog file.
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