mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 19:44:01 +02:00
Add NEWS about Fiber#backtrace
and Fiber#backtrace_locations
.
This commit is contained in:
parent
f7aa51b2b8
commit
10d795cfca
Notes:
git
2020-09-21 14:05:14 +09:00
1 changed files with 3 additions and 0 deletions
3
NEWS.md
3
NEWS.md
|
@ -182,6 +182,8 @@ Outstanding ones only.
|
||||||
* `Fiber.new(blocking: true/false)` allows you to create non-blocking
|
* `Fiber.new(blocking: true/false)` allows you to create non-blocking
|
||||||
execution contexts. [[Feature #16786]]
|
execution contexts. [[Feature #16786]]
|
||||||
* `Fiber#blocking?` tells whether the fiber is non-blocking. [[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
|
* Kernel
|
||||||
|
|
||||||
|
@ -423,6 +425,7 @@ Excluding feature bug fixes.
|
||||||
[Feature #16754]: https://bugs.ruby-lang.org/issues/16754
|
[Feature #16754]: https://bugs.ruby-lang.org/issues/16754
|
||||||
[Feature #16786]: https://bugs.ruby-lang.org/issues/16786
|
[Feature #16786]: https://bugs.ruby-lang.org/issues/16786
|
||||||
[Feature #16792]: https://bugs.ruby-lang.org/issues/16792
|
[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
|
[Feature #16828]: https://bugs.ruby-lang.org/issues/16828
|
||||||
[Misc #16961]: https://bugs.ruby-lang.org/issues/16961
|
[Misc #16961]: https://bugs.ruby-lang.org/issues/16961
|
||||||
[Feature #17104]: https://bugs.ruby-lang.org/issues/17104
|
[Feature #17104]: https://bugs.ruby-lang.org/issues/17104
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue