[doc] Update release notes, fixes #2653

This commit is contained in:
Andreas Dangel
2020-07-30 10:30:53 +02:00
parent 6d73eaf3c7
commit b5315f556c

View File

@@ -30,6 +30,7 @@ This is a {{ site.pmd.release_type }} release.
* core
* [#710](https://github.com/pmd/pmd/issues/710): \[core] Review used dependencies
* [#2594](https://github.com/pmd/pmd/issues/2594): \[core] Update exec-maven-plugin and align it in all project
* [#2653](https://github.com/pmd/pmd/issues/2653): \[lang-test] Upgrade kotlintest to Kotest
* java-design
* [#2174](https://github.com/pmd/pmd/issues/2174): \[java] LawOfDemeter: False positive with 'this' pointer
* [#2189](https://github.com/pmd/pmd/issues/2189): \[java] LawOfDemeter: False positive when casting to derived class