From ef2f1ed3e6cbb2305431091095b475816c28bbe3 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 25 May 2019 18:11:23 +0200 Subject: [PATCH] Update release notes, fixes #1842 --- docs/pages/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 1400af48bd..a07ff5a384 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -97,6 +97,8 @@ CPD also parses raw string literals now correctly (see [#1784](https://github.co * [#1784](https://github.com/pmd/pmd/issues/1784): \[cpp] Improve support for raw string literals * dart * [#1809](https://github.com/pmd/pmd/issues/1809): \[dart] \[cpd] Parse error with escape sequences +* java + * [#1842](https://github.com/pmd/pmd/issues/1842): \[java] Annotated module declarations cause parse error * java-bestpractices * [#1738](https://github.com/pmd/pmd/issues/1738): \[java] MethodReturnsInternalArray does not work in inner classes * java-codestyle