1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
mrkn 2018-01-07 01:20:10 +00:00
parent 0d63d4eee6
commit 33f34bbf81

View file

@ -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