This commit is contained in:
Martin Hořeňovský
2018-03-11 12:04:28 +01:00
parent 11c89a5f7d
commit 0a34cc201e
8 changed files with 25 additions and 15 deletions

View File

@@ -1,5 +1,14 @@
<a id="top"></a>
# 2.2.1
## Fixes
* Fixed compilation error when compiling Catch2 with `std=c++17` against libc++ (#1214)
* Clara (Catch2's CLI parsing library) used `std::optional` without including it explicitly
* Fixed Catch2 return code always being 0 (#1215)
* In the words of STL, "We feel superbad about letting this in"
# 2.2.0
## Fixes