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.