Skip to content

Commit

Permalink
[#80] Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Mar 1, 2021
1 parent 8690ff8 commit cb9772a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gradle-pitest-plugin changelog

## 1.6.0 - Unreleased

- Report aggregation for multi-project builds - [#243](https://github.com/szpak/gradle-pitest-plugin/pull/243) - PR by [Mike Safonov](https://github.com/MikeSafonov)
- Regression tests also with Gradle 7 (milestone)
- Upgrade Gradle wrapper to 6.8.3

## 1.5.2 - 2020-08-18

- Support java-test-fixtures plugin - [#223](https://github.com/szpak/gradle-pitest-plugin/pull/223) - PR by [Piotr Kubowicz](https://github.com/pkubowicz)
Expand Down Expand Up @@ -43,7 +49,7 @@ should be replaced with:
```groovy
//only in gradle-pitest-plugin 1.5.0+
//in project (not buildscript) dependencies and without needto create "pitest" configuration manually
//in project (not buildscript) dependencies and without need to create "pitest" configuration manually
dependencies {
pitest 'org.example.pit.plugins:pitest-custom-plugin:0.42'
}
Expand Down

0 comments on commit cb9772a

Please sign in to comment.