This commit is contained in:
Martin Hořeňovský
2022-01-03 21:21:39 +01:00
parent e9e4117016
commit 216713a406
6 changed files with 77 additions and 57 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[2.13.8](#2138)<br>
[2.13.7](#2137)<br>
[2.13.6](#2136)<br>
[2.13.5](#2135)<br>
@@ -48,6 +49,18 @@
[Even Older versions](#even-older-versions)<br>
## 2.13.8
### Fixes
* Made `Approx::operator()` const (#2288)
* Improved pkg-config files (#2284)
* Fixed warning suppression leaking out of Catch2 when compiled with clang.exe (#2280)
* The macro-generated names for things like `TEST_CASE` no longer create reserved identifiers (#2336)
### Improvements
* Clang-tidy should no longer warn about missing virtual dispatch in `FilterGenerator`'s constructor (#2314)
## 2.13.7
### Fixes