From 80beb64d528e4bb0fee379c0900ca721d82d6c8b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 22 Feb 2019 09:32:11 +0100 Subject: [PATCH] [doc] release notes: fixes #1671, refs #1686 --- 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 de4dcb649c..dee37e645d 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -63,6 +63,7 @@ More information is available in [the user documentation](pmd_userdocs_cpd.html# * all * [#1462](https://github.com/pmd/pmd/issues/1462): \[core] Failed build on Windows with source zip archive * [#1559](https://github.com/pmd/pmd/issues/1559): \[core] CPD: Lexical error in file (no file name provided) + * [#1671](https://github.com/pmd/pmd/issues/1671): \[doc] Wrong escaping in suppressing warnings for nopmd-comment * java-bestpractices * [#808](https://github.com/pmd/pmd/issues/808): \[java] AccessorMethodGeneration false positives with compile time constants * [#1405](https://github.com/pmd/pmd/issues/1405): \[java] New Rule: UseTryWithResources - Replace close and IOUtils.closeQuietly with try-with-resources @@ -103,6 +104,7 @@ More information is available in [the user documentation](pmd_userdocs_cpd.html# * [#1646](https://github.com/pmd/pmd/pull/1646): \[java] UseDiamondOperator doesn't work with var - [Shubham](https://github.com/Shubham-2k17) * [#1654](https://github.com/pmd/pmd/pull/1654): \[core] Antlr token filter - [Tomi De Lucca](https://github.com/tomidelucca) * [#1655](https://github.com/pmd/pmd/pull/1655): \[kotlin] Kotlin tokenizer refactor - [Lucas Soncini](https://github.com/lsoncini) +* [#1686](https://github.com/pmd/pmd/pull/1686): \[doc] Replaced wrong escaping with ">" - [Himanshu Pandey](https://github.com/hpandeycodeit) {% endtocmaker %}