From d1625f30b10c1a2f056cc146a7d79cc94e1dd5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 7 Sep 2020 12:34:55 +0200 Subject: [PATCH] Pick release notes from v2.13.1 --- docs/release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 1c2b5ac9..58a8d956 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes **Contents**
[3.0.1](#301)
+[2.13.1](#2131)
[2.13.0](#2130)
[2.12.4](#2124)
[2.12.3](#2123)
@@ -147,6 +148,17 @@ new design. * `catch2-with-main` also links in the default main +## 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