From 6b23a6d5d1647cc9e9b5261e21a808caf08e1a95 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Tue, 23 Oct 2018 08:48:23 +0200 Subject: [PATCH] Update release notes, refs #1403, fixes #1394 --- 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 504fa716c3..1cc47bbb21 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -25,7 +25,8 @@ as comments are recognized as such and ignored. * all * [#1272](https://github.com/pmd/pmd/issues/1272): \[core] Could not find or load main class when using symlinked run.sh - * [#1377](https://github.com/pmd/pmd/issues/1377): \[core] LanguageRegistry uses default class loader when invoking ServiceLocator + * [#1377](https://github.com/pmd/pmd/issues/1377): \[core] LanguageRegistry uses default class loader when invoking ServiceLocator + * [#1394](https://github.com/pmd/pmd/issues/1394): \[doc] How to configure "-cache " * java * [#1330](https://github.com/pmd/pmd/issues/1330): \[java] PMD crashes with java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/xml/ws/Service * java-bestpractices