summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 11:14:23 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 11:14:23 +0000
commitb5e0ca4730cb4bfe1466a2e51eeed422bae20296 (patch)
treebac95f8dc673e1475a03b59eaefb7c2833e0f966 /NEWS
parentb8d15b7e470fe6889daae9e8ff8cf6541f789a59 (diff)
Log exception with bold and underline for TTYs
Print error message in bold/underlined text if STDERR is unchanged and a tty. [Feature #14160] [experimental] Screenshot: https://img.sorah.jp/s/2017-11-29_1711_xj2fu.png git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e313f3914b..1d085b9cfd 100644
--- a/NEWS
+++ b/NEWS
@@ -284,6 +284,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* 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.
+ [Feature #14160] [experimental]
+
* configure option --with-ext now mandates its arguments. So for
instance if you run ./configure --with-ext=openssl,+ then the
openssl library is guaranteed compiled, otherwise the build fails