diff --git a/docs/release-notes.md b/docs/release-notes.md index 955680fe..8914783f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes **Contents**
[3.0.1](#301)
+[2.13.6](#2136)
[2.13.5](#2135)
[2.13.4](#2134)
[2.13.3](#2133)
@@ -173,6 +174,15 @@ new design. * `catch2-with-main` also links in the default main +## 2.13.6 + +### Fixes +* Disabling all signal handlers no longer breaks compilation (#2212, #2213) + +### Miscellaneous +* `catch_discover_tests` should handle escaped semicolon (`;`) better (#2214, #2215) + + ## 2.13.5 ### Improvements