This commit is contained in:
Chris Thrasher
2025-04-08 12:33:47 -06:00
parent f51dc98dfc
commit 2b60af89e2
7 changed files with 28 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[3.8.1](#381)<br>
[3.8.0](#380)<br>
[3.7.1](#371)<br>
[3.7.0](#370)<br>
@@ -66,6 +67,13 @@
[Even Older versions](#even-older-versions)<br>
## 3.8.1
### Fixes
* Fixed bug where catch_discover_tests fails when no TEST_CASEs are present (#2962)
* Fixed Clang 19 -Wc++20-extensions warning (#2968)
## 3.8.0
### Improvements