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.