summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-24 05:04:25 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-24 05:04:25 +0000
commit938273f007cfc2ea3abc988b71a37d50ff736115 (patch)
tree17a5fc1cbcad7eb7020a701cccaa8dbc37392b8b /NEWS
parent0948f67de8b404d6cb38b40e033ef356f86d1815 (diff)
* NEWS: added minitest changes. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46069 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 8fdd12f3e5..f599cc2d7d 100644
--- a/NEWS
+++ b/NEWS
@@ -108,6 +108,9 @@ with all sufficient information, see the ChangeLog file.
* Time.httpdate produces always UTC Time object.
* Time.strptime raises ArgumentError when no date information.
+* lib/minitest/*.rb
+ * Removed because it conflicts to minitest 5. [Feature #9711]
+
* lib/test/**/*.rb
* Removed because it conflicts to minitest 5, and it was just an wrapper
of minitest 4. [Feature #9711]