From 062c8b8ee8b830aaa6293b3de6c78352e53530fb Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Thu, 21 Sep 2023 14:08:51 +0100 Subject: [PATCH] update readme for 1.15.0 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0370fd220..21dfe7a71 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Read all about it at https://pitest.org ## Releases +## 1.15.0 + +* #1253 suppress coverage stats when history test reduction enabled +* #1252 add extrafeatures param for maven to allow features to be added on commandline without overwriting existing list +* #1251 expand history interfaces (breaking change) +* #1250 improve error message when failing to parse feature strings +* #1248 performance tweak - delay test class identification +* #1247 legacy code removal + +As a result of the breaking api changes in #1251, the arcmutate kotlin +plugin should be upgraded to 1.1.0 when upgrading to pitest 1.15.0 + ## 1.14.4 #1246 Priotitise previous killing test when using history files