git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2017-12-14 19:26:04 +00:00
Родитель b7747df13e
Коммит 0b81d101db
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -189,6 +189,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* New method:
* Thread#fetch [Feature #13009]
* The default of Thread.report_on_exception is now true,
showing unhandled exceptions terminating threads on $stderr.
[Feature #14143]
* Time
* Time#at receives 3rd argument which specifies the unit of 2nd argument.