* NEWS: style [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-05-24 05:04:14 +00:00
parent 35a8580c56
commit 0948f67de8

1
NEWS
View File

@ -107,6 +107,7 @@ with all sufficient information, see the ChangeLog file.
It is happen when usual localtime doesn't preserve the offset from UTC. It is happen when usual localtime doesn't preserve the offset from UTC.
* Time.httpdate produces always UTC Time object. * Time.httpdate produces always UTC Time object.
* Time.strptime raises ArgumentError when no date information. * Time.strptime raises ArgumentError when no date information.
* lib/test/**/*.rb * lib/test/**/*.rb
* Removed because it conflicts to minitest 5, and it was just an wrapper * Removed because it conflicts to minitest 5, and it was just an wrapper
of minitest 4. [Feature #9711] of minitest 4. [Feature #9711]