From 0e906f386afc148aaf5ad3dfcb013debedd79094 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Wed, 23 Aug 2017 20:39:05 +0200 Subject: [PATCH] Update release notes, refs #573 --- docs/pages/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index d1029b558d..1bd057a53b 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -191,4 +191,4 @@ All existing rules have been updated to reflect these changes. If you have custo * [#556](https://github.com/pmd/pmd/pull/556): \[java] Fix #357: UncommentedEmptyConstructor consider annotations on Constructor - [Clément Fournier](https://github.com/oowekyala) * [#557](https://github.com/pmd/pmd/pull/557): \[java] Fix NPath metric not counting ternaries correctly - [Clément Fournier](https://github.com/oowekyala) * [#563](https://github.com/pmd/pmd/pull/563): \[java] Add support for basic method type inference for strict invocation - [Bendegúz Nagy](https://github.com/WinterGrascph) - +* [#573](https://github.com/pmd/pmd/pull/573): \[java] Data class rule - [Clément Fournier](https://github.com/oowekyala)