Add small missing things to release notes

This commit is contained in:
Martin Hořeňovský 2022-02-14 18:22:11 +01:00
parent a9ed2c235d
commit 7cf2f88e50
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 0 deletions

View File

@ -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