From f26e982b7fb166181f107c9e95b77906ece3b3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Thu, 24 May 2018 01:37:21 +0200 Subject: [PATCH] Update release notes, refs #1141 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 332eb11840..79eddb5d41 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -49,6 +49,7 @@ This is a bug fixing release. * java-codestyle * [#720](https://github.com/pmd/pmd/issues/720): \[java] ShortVariable should whitelist lambdas * [#955](https://github.com/pmd/pmd/issues/955): \[java] Detect identical catch statements + * [#1114](https://github.com/pmd/pmd/issues/1114): \[java] Star import overwritten by explicit import is not correctly handled * [#1064](https://github.com/pmd/pmd/issues/1064): \[java] ClassNamingConventions suggests to add Util suffix for simple exception wrappers * [#1065](https://github.com/pmd/pmd/issues/1065): \[java] ClassNamingConventions shouldn't prohibit numbers in class names * [#1067](https://github.com/pmd/pmd/issues/1067): \[java] [6.3.0] PrematureDeclaration false-positive