1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS.md: the order of backtrace [Feature #8661] [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-04-21 19:28:38 +09:00
parent 487d0c99d5
commit bf11bf31e2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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