Skip to content

Commit

Permalink
update readme for 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Nov 29, 2022
1 parent 09b0b73 commit dd02146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit dd02146

Please sign in to comment.