From db8ee7034169ed4834a462b02f5e13c82980b337 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 7 Mar 2023 17:26:42 -0300 Subject: [PATCH] Improve changelog a bit --- changelog/10755.feature.rst | 1 + changelog/10755.improvement.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog/10755.feature.rst delete mode 100644 changelog/10755.improvement.rst diff --git a/changelog/10755.feature.rst b/changelog/10755.feature.rst new file mode 100644 index 000000000..5fb5a97d4 --- /dev/null +++ b/changelog/10755.feature.rst @@ -0,0 +1 @@ +:confval:`console_output_style` now supports ``progress-even-when-capture-no`` to force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact. diff --git a/changelog/10755.improvement.rst b/changelog/10755.improvement.rst deleted file mode 100644 index 7d0fa27b1..000000000 --- a/changelog/10755.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -``console_output_style`` now supports ``progress-even-when-capture-no`` to force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact.