From 6f0de09ceb960afc829966f2ae46488e89d29c3b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 25 Apr 2024 09:18:08 +0200 Subject: [PATCH] [doc] Update release notes (#4963, #4948) --- 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 2857b638e9..1cb39aa014 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -62,6 +62,7 @@ This is a {{ site.pmd.release_type }} release. * [#2056](https://github.com/pmd/pmd/issues/2056): \[java] CloseResource false-positive with URLClassLoader in cast expression * [#4751](https://github.com/pmd/pmd/issues/4751): \[java] PMD crashes when analyzing CloseResource Rule * [#4928](https://github.com/pmd/pmd/issues/4928): \[java] EmptyCatchBlock false negative when allowCommentedBlocks=true + * [#4948](https://github.com/pmd/pmd/issues/4948): \[java] ImplicitSwitchFallThrough: False-positive with nested switch statements * java-performance * [#3845](https://github.com/pmd/pmd/issues/3845): \[java] InsufficientStringBufferDeclaration should consider literal expression * [#4874](https://github.com/pmd/pmd/issues/4874): \[java] StringInstantiation: False-positive when using `new String(charArray)`