This commit is contained in:
Martin Hořeňovský 2018-02-09 17:10:27 +01:00
parent 2f15ccd4d3
commit 7cbd0b587a
8 changed files with 112 additions and 48 deletions

View file

@ -1,5 +1,22 @@
<a id="top"></a>
# 2.1.2
## Fixes
* Fixed compilation error with `-fno-rtti` (#1165)
* Fixed NoAssertion warnings
* `operator<<` is used before range-based stringification (#1172)
* Fixed `-Wpedantic` warnings (extra semicolons and binary literals) (#1173)
## Improvements
* Added `CATCH_VERSION_{MAJOR,MINOR,PATCH}` macros (#1131)
* Added `BrightYellow` colour for use in reporters (#979)
* It is also used by ConsoleReporter for reconstructed expressions
## Other changes
* Catch is now exported as a CMake package and linkable target (#1170)
# 2.1.1
## Improvements