aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2023-11-08 15:19:16 +0900
committerKoichi Sasada <ko1@atdot.net>2023-11-08 15:19:16 +0900
commit7c731b5f7990d452dbda8dd88e401577c24e3153 (patch)
tree11f7076ff026ca37e4c06d13e6abe7f274701765 /NEWS.md
parent5398bbcbab702907430ee019d07f5dcf2b0ce4af (diff)
downloadruby-7c731b5f7990d452dbda8dd88e401577c24e3153.tar.gz
NEWS entry for new TracePoint event `rescue`
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index ecc2394c11..531d5a9b32 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -80,6 +80,12 @@ Note: We're only listing outstanding class updates.
* String#bytesplice now accepts new arguments index/length or range of the
source string to be copied. [[Feature #19314]]
+* TracePoint
+
+ * TracePoint supports `rescue` event. When the raised exception was rescued,
+ the TracePoint will fire the hook. `rescue` event only supports Ruby-level
+ `rescue`. [[Feature #19572]]
+
## Stdlib updates
* RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems
@@ -266,6 +272,7 @@ changelog for details of the default gems or bundled gems.
[Feature #19362]: https://bugs.ruby-lang.org/issues/19362
[Feature #19521]: https://bugs.ruby-lang.org/issues/19521
[Feature #19538]: https://bugs.ruby-lang.org/issues/19538
+[Feature #19572]: https://bugs.ruby-lang.org/issues/19572
[Feature #19591]: https://bugs.ruby-lang.org/issues/19591
[Feature #19714]: https://bugs.ruby-lang.org/issues/19714
[Feature #19776]: https://bugs.ruby-lang.org/issues/19776