diff --git a/docs/release-notes.md b/docs/release-notes.md index 56de2448..c75e5ad4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes **Contents**
[3.0.1](#301)
+[2.13.7](#2137)
[2.13.6](#2136)
[2.13.5](#2135)
[2.13.4](#2134)
@@ -187,6 +188,16 @@ new design. +## 2.13.7 + +### Fixes +* Added missing `` include in benchmarking. (#2231) +* Fixed noexcept build with benchmarking enabled (#2235) +* Fixed build for compilers with C++17 support but without C++17 library support (#2195) +* JUnit only uses 3 decimal places when reporting durations (#2221) +* `!mayfail` tagged tests are now marked as `skipped` in JUnit reporter output (#2116) + + ## 2.13.6 ### Fixes