From 37b90bcdc17f1cd2c088db7db506ed7f5b2a775f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 15 Feb 2021 16:06:43 +0900 Subject: [DOC] NEWS for Thread::Backtrace.limit [Feature #17479] --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 10623a1ce8..ccfe2adb46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -- cgit v1.2.3