From 003787c77e724cd99ae586101ec9ed85ae0c7fa0 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Mon, 3 Oct 2022 12:54:50 +0100 Subject: [PATCH] update readme for 1.9.6 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9754f54ac..1e13ee5ca 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Read all about it at http://pitest.org ## Releases +### 1.9.6 + +* #1092 - Upgrade to ASM 9.4 +* #1091 - Properly escape coverage XML +* #1088 - Remove unused dependency distance param +* #1085 - Do not produce timestamp reports by default + +Note that #1085 changes the default behaviour so reports are no longer written to timestamped directories by default. If you require this behaviour you will need to explicitly enable it. + ### 1.9.5 * #1078 - Alter Config Updater interface