This commit is contained in:
Martin Hořeňovský
2022-04-12 22:38:17 +02:00
parent 0aa4dbae2e
commit 62fd660583
6 changed files with 21 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[2.13.9](#2139)<br>
[2.13.8](#2138)<br>
[2.13.7](#2137)<br>
[2.13.6](#2136)<br>
@@ -49,6 +50,13 @@
[Even Older versions](#even-older-versions)<br>
## 2.13.9
### Fixes
* Fixed issue with `-#` (filename-as-tag) flag when `__FILE__` expands into filename without directories (#2328, #2393)
* Fixed `CAPTURE` macro not being variadic when disabled through `CATCH_CONFIG_DISABLE` (#2316, #2378)
## 2.13.8
### Fixes