From 6d67e473794a92548f618a24f7cb770fca69df94 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 14 Jun 2019 14:12:34 +0200 Subject: [PATCH] Update release notes, refs #1865 --- docs/pages/release_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 87e1896642..da8ecfb928 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -14,6 +14,11 @@ This is a {{ site.pmd.release_type }} release. ### New and noteworthy +#### PLSQL Grammar Updates + +The EXTRACT function can now be parsed correctly. It is used to extract values from a specified +datetime field. + #### Modified Rules * The Java rule {% rule "java/bestpractices/UnusedPrivateField" %} (`java-bestpractices`) now ignores by @@ -74,6 +79,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) +* [#1865](https://github.com/pmd/pmd/pull/1865): \[plsql] Add Support for Extract Expression - [kabroxiko](https://github.com/kabroxiko) {% endtocmaker %}