summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJunichi Ito <jit@sonicgarden.jp>2020-11-18 07:09:00 +0900
committerJeremy Evans <code@jeremyevans.net>2020-11-17 14:17:37 -0800
commit2ef3b979bd2916d8a1b4687290a2e65d5e495d6b (patch)
treea89bce659b11eb4d3152369b09677e9ab92ac2cf /NEWS.md
parent898aff954e6b132397a68703148634f326d2c7c8 (diff)
NEWS: Add --backtrace-limit option [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3782
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f553471fbe..bad542f22d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -105,6 +105,11 @@ non-empty value, and the standard input and output are tty, `--help`
option shows the help message via the pager designated by the value.
[[Feature #16754]]
+### `--backtrace-limit` option
+
+`--backtrace-limit` option limits the maximum length of backtrace.
+[[Feature #8661]]
+
## Core classes updates
Outstanding ones only.