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:
parent
0d63d4eee6
commit
33f34bbf81
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue