1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] NEWS for Thread::Backtrace.limit [Feature #17479]

This commit is contained in:
Nobuyoshi Nakada 2021-02-15 16:06:43 +09:00
parent 4f47d655e3
commit 37b90bcdc1
Notes: git 2021-02-15 18:30:00 +09:00

View file

@ -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.
@ -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