summaryrefslogtreecommitdiff
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
commit2e71c752787e0c7659bd5e89b6c5d433eddfe13a (patch)
treed67ef654e4907461ec2c28466f8761a96c3431d3 /NEWS
parent7451c1468baf6b998cdc4a4697dffeac2e5a9866 (diff)
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