From f52aed0106c428f6bee49a0dcdde12300bd36416 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 24 Dec 2018 22:09:40 +0000 Subject: exception bactrace in reverse order is Ruby 2.5 feature git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 --- 1 file changed, 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 68b6ad76bd..02d20c2547 100644 --- a/NEWS +++ b/NEWS @@ -43,9 +43,6 @@ sufficient information, see the ChangeLog file or Redmine user = users.find {|user| cond(user) } -* Print exception backtrace and error message in reverse order when the - exception is not caught and STDOUT is unchanged and a tty. [Feature #8661] - * Print +cause+ of the exception if the exception is not caught and printed its backtraces and error message. [Feature #8257] -- cgit v1.2.3