This commit is contained in:
Martin Hořeňovský
2023-12-31 15:15:04 +01:00
parent b7b71ffd3a
commit f981c9cbca
7 changed files with 385 additions and 286 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[3.5.1](#351)<br>
[3.5.0](#350)<br>
[3.4.0](#340)<br>
[3.3.2](#332)<br>
@@ -58,6 +59,17 @@
[Even Older versions](#even-older-versions)<br>
## 3.5.1
### Improvements
* Significantly improved performance of the CLI parsing.
* This includes the cost of preparing the CLI parser, so Catch2's binaries start much faster.
### Miscellaneous
* Added support for Bazel modules (#2781)
* Added CMake option to disable the build reproducibility settings (#2785)
* Added `log` library linking to the Meson build (#2784)
## 3.5.0