summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-15 16:06:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-15 18:29:35 +0900
commit37b90bcdc17f1cd2c088db7db506ed7f5b2a775f (patch)
treea5dbd4abd75bab9e4ee0372d2b8239715e21cde8 /NEWS.md
parent4f47d655e357a7f09943f199969b437a25665ed2 (diff)
[DOC] NEWS for Thread::Backtrace.limit [Feature #17479]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4187
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
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