From f866b63d09f72d19020e330538b5ad9c17f2e388 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 7 Mar 2020 09:15:50 +0100 Subject: [PATCH] [doc] Update release notes, refs #2339 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 4bbbd38986..a82e74d843 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -148,6 +148,7 @@ methods on {% jdoc apex::lang.apex.ast.ApexParserVisitor %} and its implementati * [#2279](https://github.com/pmd/pmd/pull/2279): \[apex] Add support for suppressing violations using the // NOPMD comment - [Gwilym Kuiper](https://github.com/gwilymatgearset) * [#2280](https://github.com/pmd/pmd/pull/2280): \[cs] CPD: Replace C# tokenizer by an Antlr-based one - [Maikel Steneker](https://github.com/maikelsteneker) * [#2297](https://github.com/pmd/pmd/pull/2297): \[apex] Cognitive complexity metrics - [Gwilym Kuiper](https://github.com/gwilymatgearset) +* [#2339](https://github.com/pmd/pmd/pull/2339): \[cs] CPD: Fixed CPD --ignore-usings option - [Maikel Steneker](https://github.com/maikelsteneker) {% endtocmaker %}