summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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