From 1f58482f542fdcd463781a1c9015d9c38a2f87d2 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Wed, 20 Feb 2019 22:08:13 +0100 Subject: [PATCH] Update release notes, fixes #1510 --- 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 8c9f42def8..41cd225fcf 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -61,6 +61,8 @@ The designer will still be shipped with PMD's binaries. * [#1701](https://github.com/pmd/pmd/issues/1701): \[java] UseTryWithResources does not handle multiple argument close methods * java-codestyle * [#1674](https://github.com/pmd/pmd/issues/1674): \[java] documentation of CommentDefaultAccessModifier is wrong +* plsql + * [#1510](https://github.com/pmd/pmd/issues/1510): \[plsql] Support XMLTABLE functions ### API Changes