From 33bcdc6bf5a74a03885f8d610bc48927b53d77e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 2 Nov 2020 14:41:43 +0100 Subject: [PATCH] Picked release notes for v2.13.3 --- docs/release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 601c092e..f286b4a2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes **Contents**
[3.0.1](#301)
+[2.13.3](#2133)
[2.13.2](#2132)
[2.13.1](#2131)
[2.13.0](#2130)
@@ -154,6 +155,17 @@ new design. +## 2.13.3 + +### Fixes +* Fixed possible infinite loop when combining generators with section filter (`-c` option) (#2025) + +### Miscellaneous +* Fixed `ParseAndAddCatchTests` not finding `TEST_CASE`s without tags (#2055, #2056) +* `ParseAndAddCatchTests` supports `CMP0110` policy for changing behaviour of `add_test` (#2057) + * This was the shortlived change in CMake 3.18.0 that temporarily broke `ParseAndAddCatchTests` + + ## 2.13.2 ### Improvements