summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 06:14:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 06:14:43 +0000
commit5b58d8e6d8d187f37750540535f741cf6c2b661a (patch)
tree2a1e4227552f24fe934426afbb3ccd4621251fbc /NEWS
parentf82a930490747bb010a781b48e6da28a1e581b25 (diff)
Add NEWS about [Feature #8661]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58785 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 e9b4d509eb..13f68a37ec 100644
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,9 @@ 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.
+ [Feature #8661] [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