summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-21 19:28:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-21 19:29:16 +0900
commitbf11bf31e2e795bb22c939a5b5cd412c98208982 (patch)
tree75446a656007450e6f417691c837ed718fde2630 /NEWS.md
parent487d0c99d53208594702bb3ce1c657130fb8d65f (diff)
NEWS.md: the order of backtrace [Feature #8661] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 136a21868e..406c5d2309 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -182,8 +182,13 @@ Excluding feature bug fixes.
* Taint deprecation warnings are now issued in regular mode in
addition to verbose warning mode. [[Feature #16131]]
+* When an exception is caught in the default handler, the error
+ message and backtrace are printed in order from the innermost.
+ [[Feature #8661]]
+
[Bug #4352]: https://bugs.ruby-lang.org/issues/4352
+[Feature #8661]: https://bugs.ruby-lang.org/issues/8661
[Feature #8709]: https://bugs.ruby-lang.org/issues/8709
[Feature #8948]: https://bugs.ruby-lang.org/issues/8948
[Feature #9573]: https://bugs.ruby-lang.org/issues/9573