aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-06 00:25:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-06 00:25:38 +0000
commite18ee39c35b3e9ed77ddef7f49d5e502dc18fd8e (patch)
treed67ef654e4907461ec2c28466f8761a96c3431d3 /NEWS
parentcf23b8c4dec42f1779309241f7d0f70b599327d8 (diff)
downloadruby-e18ee39c35b3e9ed77ddef7f49d5e502dc18fd8e.tar.gz
Thread.report_on_exception
* thread.c (thread_start_func_2): report raised exception if report_on_exception flag is set. [Feature #6647] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c95933c4a1..a8d868bdb0 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* MatchData#named_captures [Feature #11999]
* MatchData#values_at supports named captures [Feature #9179]
+* Thread
+
+ * Thread#report_on_exception and Thread.report_on_exception
+ [Feature #6647]
+
=== Stdlib updates (outstanding ones only)
* CSV