* 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
This commit is contained in:
sorah 2014-05-17 08:05:35 +00:00
parent 96f552670d
commit fb8f7259c3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat May 17 17:04:32 2014 Shota Fukumori <her@sorah.jp>
* NEWS: Add news about removal of lib/test/**/*.rb.
Sat May 17 16:57:33 2014 Shota Fukumori <her@sorah.jp>
* lib/test: Removed because ruby's test cases now independent to

3
NEWS
View File

@ -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