Pick release notes for v2.13.6

This commit is contained in:
Martin Hořeňovský 2021-05-09 23:45:00 +02:00
parent f9bb2668e4
commit 313071e8fe
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# Release notes
**Contents**<br>
[3.0.1](#301)<br>
[2.13.6](#2136)<br>
[2.13.5](#2135)<br>
[2.13.4](#2134)<br>
[2.13.3](#2133)<br>
@ -173,6 +174,15 @@ new design.
* `catch2-with-main` also links in the default main
## 2.13.6
### Fixes
* Disabling all signal handlers no longer breaks compilation (#2212, #2213)
### Miscellaneous
* `catch_discover_tests` should handle escaped semicolon (`;`) better (#2214, #2215)
## 2.13.5
### Improvements