Skip to content

Commit

Permalink
update readme for 1.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 13, 2024
1 parent f279b24 commit 738fac2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Read all about it at https://pitest.org

## Releases

## 1.15.8

* #1310 Filter mutations to Collections.unmodifiable*
* #1309 Replace fields in argLines imported from surefire config
* #1308 Bump maven vcs versions

The filtering for #1310 is off by default. To activate it add the filter string `+funmodifiablecollection`.

1309 adds a new maven property `parseSurefireArgLine`. This is set to true by default, but surefire argline parsing can now be disabled by setting it to false.

## 1.15.7

#1305 Coverage not recorded for code in packages name com.sun*
Expand Down

0 comments on commit 738fac2

Please sign in to comment.