summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 19:26:04 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 19:26:04 +0000
commit0b81d101dbf010f12376c84e2f46a5cef851c081 (patch)
tree3dce1f5da660bf409a35cf47bd42f184019268d9 /NEWS
parentb7747df13ec83fdd58e45f295d5b392842623464 (diff)
Add [Feature #14143] to NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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.