From d3a3c5529f8850862e7a0fc6d4416b3d943e76c4 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 19 Jul 2019 11:03:21 +0200 Subject: [PATCH] Update release notes, fixes #1913, refs #1917 --- docs/pages/release_notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index fe3d2aa4c7..3a23db495f 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -25,6 +25,8 @@ Being based on a proper Antlr grammar, CPD can: ### Fixed Issues +* core + * [#1913](https://github.com/pmd/pmd/issues/1913): \[core] "-help" CLI option ends with status code != 0 * doc * [#1896](https://github.com/pmd/pmd/issues/1896): \[doc] Error in changelog 6.16.0 due to not properly closed rule tag * [#1906](https://github.com/pmd/pmd/issues/1906): \[doc] Broken link for adding own CPD languages @@ -39,6 +41,7 @@ Being based on a proper Antlr grammar, CPD can: * [#1869](https://github.com/pmd/pmd/pull/1869): \[xml] fix #1666 wrong cdata rule description and examples - [Artem](https://github.com/KroArtem) * [#1892](https://github.com/pmd/pmd/pull/1892): \[lua] \[cpd] Added CPD support for Lua - [Maikel Steneker](https://github.com/maikelsteneker) * [#1908](https://github.com/pmd/pmd/pull/1908): \[doc] Update ruleset filename from deprecated basic.xml to quickstart.xml - [crunsk](https://github.com/crunsk) +* [#1917](https://github.com/pmd/pmd/pull/1917): \[core] Add 'no error' return option, and assign it to the cli when the help command is invoked - [Renato Oliveira](https://github.com/renatoliveira) {% endtocmaker %}