summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-23 12:41:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-23 12:43:51 +0900
commit8cc18703cfa7ff88b6ca51267e557fa2658a78fb (patch)
tree8892f7dca41785808ef6d30340ca21b7bec28e53 /NEWS.md
parent53857313747d050ed8bca6b495255dc6b2a8f3cb (diff)
[NEWS] added [Feature #17798] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 30aa784498..7d8089524c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -193,6 +193,9 @@ Excluding feature bug fixes.
This is only for debugging purpose. Do not use this in production.
[[Feature #17762]]
+* Now exceptions raised in finalizers will be printed to `STDERR`, unless
+ `$VERBOSE` is `nil`. [[Feature #17798]]
+
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #12194]: https://bugs.ruby-lang.org/issues/12194
[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
@@ -209,6 +212,7 @@ Excluding feature bug fixes.
[Feature #17724]: https://bugs.ruby-lang.org/issues/17724
[Feature #17744]: https://bugs.ruby-lang.org/issues/17744
[Feature #17762]: https://bugs.ruby-lang.org/issues/17762
+[Feature #17798]: https://bugs.ruby-lang.org/issues/17798
[Bug #18003]: https://bugs.ruby-lang.org/issues/18003
[Feature #17370]: https://bugs.ruby-lang.org/issues/17370
[Feature #17470]: https://bugs.ruby-lang.org/issues/17470