From 034ceeb151dd0183d925284e5c5f805b54f6f067 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 14 Jun 2019 14:01:51 +0200 Subject: [PATCH] Update release notes, refs #1864 --- docs/pages/release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 87e1896642..4f6909aaf7 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -14,6 +14,10 @@ This is a {{ site.pmd.release_type }} release. ### New and noteworthy +#### PLSQL Grammar Updates + +The CREATE VIEW statement now supports subquery views. + #### Modified Rules * The Java rule {% rule "java/bestpractices/UnusedPrivateField" %} (`java-bestpractices`) now ignores by @@ -74,6 +78,7 @@ of deprecations. * [#1792](https://github.com/pmd/pmd/pull/1792): \[java] Added lombok.experimental to AbstractLombokAwareRule - [jakivey32](https://github.com/jakivey32) * [#1808](https://github.com/pmd/pmd/pull/1808): \[plsql] Fix PL/SQL Syntax errors - [kabroxiko](https://github.com/kabroxiko) * [#1829](https://github.com/pmd/pmd/pull/1829): \[java] Fix false negative in UnsynchronizedStaticFormatter - [Srinivasan Venkatachalam](https://github.com/Srini1993) +* [#1864](https://github.com/pmd/pmd/pull/1864): \[plsql] Add support for Subquery Views - [kabroxiko](https://github.com/kabroxiko) {% endtocmaker %}