From 0b81d101dbf010f12376c84e2f46a5cef851c081 Mon Sep 17 00:00:00 2001 From: eregon Date: Thu, 14 Dec 2017 19:26:04 +0000 Subject: [PATCH] Add [Feature #14143] to NEWS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index e3472b68a2..4310f599cb 100644 --- a/NEWS +++ b/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.