Update release notes, refs #1441

This commit is contained in:
Andreas Dangel
2018-11-26 12:27:46 +01:00
parent 202a184366
commit 1cd90c66ec

View File

@ -14,6 +14,11 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
#### Kotlin support for CPD
Thanks to [Maikel Steneker](https://github.com/maikelsteneker), CPD now supports [Kotlin](https://kotlinlang.org/).
This means, you can use CPD to find duplicated code in your Kotlin projects.
#### New Rules
* The new Java rule {% rule "java/codestyle/UseUnderscoresInNumericLiterals" %} (`java-codestyle`)
@ -37,6 +42,7 @@ This is a {{ site.pmd.release_type }} release.
* [#1424](https://github.com/pmd/pmd/pull/1424): \[doc] #1341 Updating Regex Values in default Value Property - [avishvat](https://github.com/vishva007)
* [#1428](https://github.com/pmd/pmd/pull/1428): \[core] Upgrading JCommander from 1.48 to 1.72 - [Thunderforge](https://github.com/Thunderforge)
* [#1430](https://github.com/pmd/pmd/pull/1430): \[doc] Who really knows regex? - [Dem Pilafian](https://github.com/dpilafian)
* [#1441](https://github.com/pmd/pmd/pull/1441): \[kotlin] [cpd] Added CPD support for Kotlin - [Maikel Steneker](https://github.com/maikelsteneker)
{% endtocmaker %}