aboutsummaryrefslogtreecommitdiffstats
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
commite1c1ac146babff6bc1fda9f78a0f6deb91746d62 (patch)
tree2a1e4227552f24fe934426afbb3ccd4621251fbc /NEWS
parent4f853368380067ab652e80f4387efa8180390444 (diff)
downloadruby-e1c1ac146babff6bc1fda9f78a0f6deb91746d62.tar.gz
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