From 2c60cf188c2dd635936c282be9bd76a632dcaab2 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Tue, 16 May 2023 09:29:19 +0100 Subject: [PATCH] release 1.13.2 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3a3a460da..f0ecb1274 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Read all about it at https://pitest.org ## Releases +## 1.13.2 + +* #638 Ensure % shows as 100 when all mutants killed (thanks @Vampire) +* #1197 Show start up info when logging set to VERBOSE_NO_SPINNER (thanks @Vampire) +* #1198 Logging improvements (thanks @Vampire) +* #1200 Warn if parallel test execution enabled during coverage collection (thanks @Vampire) +* #1199 Switch to System.nanoTime for test timings (thanks @Vampire) +* #1207 Support for removal of class level annotations + ## 1.13.1 * #1194 Support `**.` pattern in globs (thanks @Pfoerd)