From 6166a7c5e89458830f97b355e9793e24514c684d Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Fri, 19 Jan 2024 13:12:01 +0000 Subject: [PATCH] update readme for 1.15.4 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4c836cda7..7ee5a3142 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Read all about it at https://pitest.org ## Releases +## 1.15.4 + +* #1288 - New extension point to allow custom coverage export formats +* #1289 - Parse argline configuration from surefire configuration + +Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's `jvmArgs` and `argline` parameters may need +to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest. + ## 1.15.3 * #1271 - Double check thread status before marking minion as dead