From bf2ad56799a7e48162cadb2aa13511586f799931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Tue, 27 Aug 2019 11:03:37 -0300 Subject: [PATCH] Update changelog, refs #1990 --- 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 8f48750d25..5cd8ce4193 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -40,6 +40,7 @@ about the usage and features of the rule designer. * all * [#1983](https://github.com/pmd/pmd/pull/1983): \[core] Avoid crashes with analysis cache when classpath references non-existing directories + * [#1990](https://github.com/pmd/pmd/pull/1990): \[core] Incremental analysis mixes XPath rule violations * java-bestpractices * [#1862](https://github.com/pmd/pmd/issues/1862): \[java] New rule for MessageDigest.getInstance * java-codestyle