Skip to content

Commit 2ab20a0

Browse files
committed
v3.3.1
1 parent 60264b8 commit 2ab20a0

File tree

7 files changed

+174
-102
lines changed

7 files changed

+174
-102
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
3131
endif()
3232

3333
project(Catch2
34-
VERSION 3.3.0 # CML version placeholder, don't delete
34+
VERSION 3.3.1 # CML version placeholder, don't delete
3535
LANGUAGES CXX
3636
# HOMEPAGE_URL is not supported until CMake version 3.12, which
3737
# we do not target yet.

docs/release-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Release notes
44
**Contents**<br>
5+
[3.3.1](#331)<br>
56
[3.3.0](#330)<br>
67
[3.2.1](#321)<br>
78
[3.2.0](#320)<br>
@@ -55,6 +56,16 @@
5556

5657

5758

59+
## 3.3.1
60+
61+
### Improvements
62+
* Reduced allocations and improved performance
63+
* The exact improvements are dependent on your usage of Catch2.
64+
* For example running Catch2's SelfTest binary performs 8k less allocations.
65+
* The main improvement comes from smarter handling of `SECTION`s, especially sibling `SECTION`s
66+
67+
68+
5869
## 3.3.0
5970

6071
### Improvements

0 commit comments

Comments
 (0)