This commit is contained in:
Martin Hořeňovský
2023-01-29 23:18:57 +01:00
parent 60264b8807
commit 2ab20a0e00
7 changed files with 174 additions and 102 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[3.3.1](#331)<br>
[3.3.0](#330)<br>
[3.2.1](#321)<br>
[3.2.0](#320)<br>
@@ -55,6 +56,16 @@
## 3.3.1
### Improvements
* Reduced allocations and improved performance
* The exact improvements are dependent on your usage of Catch2.
* For example running Catch2's SelfTest binary performs 8k less allocations.
* The main improvement comes from smarter handling of `SECTION`s, especially sibling `SECTION`s
## 3.3.0
### Improvements