From 869419cb312f60093b58c34043cc2e98e86fb00f Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 20 Jan 2022 15:22:32 +0100 Subject: [PATCH] [doc] Update release notes (#3712, #3745) --- 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 67eaa0a337b..d2a3981f79b 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -63,6 +63,7 @@ This is a {{ site.pmd.release_type }} release. * [#3724](https://github.com/pmd/pmd/pull/3724): \[java] Fix for #3686 - fix FinalFieldCouldBeStatic - [Oleksii Dykov](https://github.com/dykov) * [#3742](https://github.com/pmd/pmd/pull/3742): \[java] Fix #3701 - fix MissingStaticMethodInNonInstantiatableClass for method local classes - [Oleksii Dykov](https://github.com/dykov) * [#3744](https://github.com/pmd/pmd/pull/3744): \[core] Updated SaxonXPathRuleQueryTest.java - [Vyom Yadav](https://github.com/Vyom-Yadav) +* [#3745](https://github.com/pmd/pmd/pull/3745): \[java] Fix #3712: InsufficientStringBufferDeclaration setLength false positive - [Daniel Gredler](https://github.com/gredler) {% endtocmaker %}