Skip to content

Commit

Permalink
[DOC] NEWS for Thread::Backtrace.limit [Feature #17479]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 15, 2021
1 parent 4f47d65 commit 37b90bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Expand Up @@ -39,6 +39,12 @@ Outstanding ones only.
* Queue#initialize now accepts an Enumerable of initial values.
[[Feature #17327]]

* Thread::Backtrace

* Thread::Backtrace.limit, which returns the value to limit backtrace
length set by `--backtracse-limit` command line option, is added.
[[Feature #17479]]

## Stdlib updates

Outstanding ones only.
Expand Down Expand Up @@ -74,3 +80,4 @@ Excluding feature bug fixes.
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
[Feature #17327]: https://bugs.ruby-lang.org/issues/17327
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
[Feature #17479]: https://bugs.ruby-lang.org/issues/17479

0 comments on commit 37b90bc

Please sign in to comment.