Skip to content

Commit

Permalink
update readme for 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Jun 3, 2021
1 parent 4585369 commit 7b48680
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 http://pitest.org

## Releases

### 1.6.7

* #897 Fix description when replacing value with empty set
* #900 Support multiple test engines
* #822 Fix regression of NPE when reading classpath manifest
* #798 Fix regression of jvmArgs parameter support via maven
* #797 Fix regression of line coverage on console

As a result of #900 the `testPlugin` parameter is now defunct, but pitest will continue to accept it without error for this release. Pitest will use any test-engines supplied on the classpath, falling back to the built in JUnit4 support when other test engines cannot handle the class.

### 1.6.6

* #891 - Fix history performance
Expand Down

0 comments on commit 7b48680

Please sign in to comment.