[前][次][番号順一覧][スレッド一覧]

ruby-changes:49149

From: eregon <ko1@a...>
Date: Fri, 15 Dec 2017 04:26:10 +0900 (JST)
Subject: [ruby-changes:49149] eregon:r61265 (trunk): Add [Feature #14143] to NEWS

eregon	2017-12-15 04:26:04 +0900 (Fri, 15 Dec 2017)

  New Revision: 61265

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61265

  Log:
    Add [Feature #14143] to NEWS

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61264)
+++ NEWS	(revision 61265)
@@ -189,6 +189,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L189
   * 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]