From 10d795cfca7ec688e0dead63568277ea37e4977b Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 21 Sep 2020 16:26:39 +1200 Subject: Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`. --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index e6c77e0977..953edc3368 100644 --- a/NEWS.md +++ b/NEWS.md @@ -182,6 +182,8 @@ Outstanding ones only. * `Fiber.new(blocking: true/false)` allows you to create non-blocking execution contexts. [[Feature #16786]] * `Fiber#blocking?` tells whether the fiber is non-blocking. [[Feature #16786]] + * `Fiber#backtrace` & `Fiber#backtrace_locations` provide per-fiber backtrace. + [[Feature #16815]] * Kernel @@ -423,6 +425,7 @@ Excluding feature bug fixes. [Feature #16754]: https://bugs.ruby-lang.org/issues/16754 [Feature #16786]: https://bugs.ruby-lang.org/issues/16786 [Feature #16792]: https://bugs.ruby-lang.org/issues/16792 +[Feature #16815]: https://bugs.ruby-lang.org/issues/16815 [Feature #16828]: https://bugs.ruby-lang.org/issues/16828 [Misc #16961]: https://bugs.ruby-lang.org/issues/16961 [Feature #17104]: https://bugs.ruby-lang.org/issues/17104 -- cgit v1.2.3