This commit is contained in:
Martin Hořeňovský
2020-09-07 12:34:55 +02:00
parent f0dc4d9be0
commit fd9f5ac661
6 changed files with 35 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
# Release notes
**Contents**<br>
[2.13.1](#2131)<br>
[2.13.0](#2130)<br>
[2.12.4](#2124)<br>
[2.12.3](#2123)<br>
@@ -40,6 +41,19 @@
[Older versions](#older-versions)<br>
[Even Older versions](#even-older-versions)<br>
## 2.13.1
### Improvements
* `ParseAndAddCatchTests` handles CMake v3.18.0 correctly (#1984)
* Improved autodetection of `std::byte` (#1992)
* Simplified implementation of templated test cases (#2007)
* This should have a tiny positive effect on its compilation throughput
### Fixes
* Automatic stringification of ranges handles sentinel ranges properly (#2004)
## 2.13.0
### Improvements