Add [Feature #14143] to NEWS

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
parent b7747df13e
commit 0b81d101db

4
NEWS
View File

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