From bf11bf31e2e795bb22c939a5b5cd412c98208982 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 21 Apr 2020 19:28:38 +0900 Subject: [PATCH] NEWS.md: the order of backtrace [Feature #8661] [ci skip] --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) 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