summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 18:17:39 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 18:17:39 +0000
commitdaaebaec79f60796b9c864907ad03d1e02b93fb2 (patch)
treeee5766787fd1c104252c07c0611a55c1f47cc249 /NEWS
parent953385c6bc1a6fed1c4198d323e2b523b18c9052 (diff)
Print backtrace in reverse order on IRB too
[Feature #8861] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a773dba580..28a64fc28f 100644
--- a/NEWS
+++ b/NEWS
@@ -276,6 +276,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* IRB
+ * Print backtrace and error message in reverse order [Feature #8661] [experimental]
* `binding.irb` automatically requires irb and runs [Bug #13099] [experimental]
* `binding.irb` on its start shows source around the line where it was called
[Feature #14124]