From 7cf2f88e50f0d1de324489c31db0314188423b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 14 Feb 2022 18:22:11 +0100 Subject: [PATCH] Add small missing things to release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 53e4fd52..5aa08a74 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -178,6 +178,7 @@ v3 releases. * Multiple reporters can now run at the same time and write to different files (#1712, #2183) * To support this, the `-r`, `--reporter` flag now also accepts optional output destination * For full overview of the semantics of using multiple reporters, look into the reporter documentation + * To enable the new syntax, reporter names can no longer contain `::`. ### Fixes @@ -190,6 +191,7 @@ v3 releases. * Previously it forced lower cased name, which would fail for reporters with upper case characters in name * The cumulative reporter base stores benchmark results alongside assertion results * Catch2's SE handling should no longer interferes with ASan on Windows (#2334) +* Fixed Windows console colour handling for tests that redirect stdout (#2345) ### Other changes