From 2ef3b979bd2916d8a1b4687290a2e65d5e495d6b Mon Sep 17 00:00:00 2001 From: Junichi Ito Date: Wed, 18 Nov 2020 07:09:00 +0900 Subject: [PATCH] NEWS: Add --backtrace-limit option [ci skip] --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) 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.