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
Родитель 35a8580c56
Коммит 0948f67de8
1 изменённых файлов: 1 добавлений и 0 удалений

1
NEWS
Просмотреть файл

@ -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.
* 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]