From 2e71c752787e0c7659bd5e89b6c5d433eddfe13a Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Jun 2016 00:25:38 +0000 Subject: 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 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3