From 6e461f09d71638a10f23df60f11958a5d1060c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Wed, 17 Jan 2018 00:12:25 +0100 Subject: [PATCH] Update release notes, refs #827 --- docs/pages/release_notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index d69fc9fb6c..899af7ecff 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -52,7 +52,6 @@ at . * [#794](https://github.com/pmd/pmd/issues/794): \[doc] Broken documentation links for 6.0.0 * java * [#793](https://github.com/pmd/pmd/issues/793): \[java] Parser error with private method in nested classes in interfaces - * [#812](https://github.com/pmd/pmd/issues/812): \[java] Exception applying rule DataClass * [#814](https://github.com/pmd/pmd/issues/814): \[java] UnsupportedClassVersionError is failure instead of a warning * [#831](https://github.com/pmd/pmd/issues/831): \[java] StackOverflow in JavaTypeDefinitionSimple.toString * java-bestpractices @@ -62,6 +61,8 @@ at . * [#817](https://github.com/pmd/pmd/issues/817): \[java] UnnecessaryModifierRule crashes on valid code * java-design * [#785](https://github.com/pmd/pmd/issues/785): \[java] NPE in DataClass rule + * [#812](https://github.com/pmd/pmd/issues/812): \[java] Exception applying rule DataClass + * [#827](https://github.com/pmd/pmd/issues/827): \[java] GodClass crashes with java.lang.NullPointerException * java-performance * [#841](https://github.com/pmd/pmd/issues/841): \[java] InsufficientStringBufferDeclaration NumberFormatException