summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-24 22:09:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-24 22:09:40 +0000
commitf52aed0106c428f6bee49a0dcdde12300bd36416 (patch)
treed57bd68cb681e18b84104de14ecb5025141de04e /NEWS
parent014a9e05877951f901092297f49a7ac2b2396939 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
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]