From 33f34bbf81ba8f72b9c0442456a2c17b8e0b4630 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sun, 7 Jan 2018 01:20:10 +0000 Subject: [PATCH] doc/NEWS-2.5.0: Fix the description of backtrace format change * The backtrace format change is affected by $stderr, but not STDERR. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS-2.5.0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/NEWS-2.5.0 b/doc/NEWS-2.5.0 index 1dab3cf7f5..aa9d588aec 100644 --- a/doc/NEWS-2.5.0 +++ b/doc/NEWS-2.5.0 @@ -557,10 +557,10 @@ with all sufficient information, see the ChangeLog file or Redmine === Miscellaneous changes -* Print backtrace and error message in reverse order if STDERR is unchanged and a tty. +* Print backtrace and error message in reverse order if $stderr is unchanged and a tty. [Feature #8661] [experimental] -* Print error message in bold/underlined text if STDERR is unchanged and a tty. +* Print error message in bold/underlined text if $stderr is unchanged and a tty. [Feature #14140] [experimental] * configure option --with-ext now mandates its arguments. So for