From dd021463d13057cc94c3cb675cb053f723691846 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Tue, 29 Nov 2022 10:15:40 +0000 Subject: [PATCH] update readme for 1.10.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 733a7e7c6..9724a7d58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Read all about it at http://pitest.org ## Releases -## 1.10.0 (unreleased) +## 1.10.0 * #1067 Improved Quarkus and Roboelectric support * #1116 Option to exclude lines 0 and 1 of all classes @@ -18,7 +18,7 @@ As a result of #1067 it is important that mutations are only created for a singl Releases also includes multiple changes to internal data structures. Any third party plugins relying on these structures may need to be updated. -1116 provides a course way to exclude autogenerated code not picked up by pitest's other filters. It is disabled by default as it may exclude code that is valid for mutation in some situations. +1116 provides a coarse way to exclude auto-generated code not picked up by pitest's other filters. It is disabled by default as it may exclude code that is valid for mutation in some situations, but can be enabled by adding the feature string `+nofirstline`. ### 1.9.11