summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]