From 7b5ef1009386d0a983045dda7e27f1a935690710 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 26 Sep 2024 15:20:28 +0200 Subject: [PATCH] [doc] Update release notes (#5046, #5191) --- 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 7fc215597c..777464c300 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -18,6 +18,8 @@ This is a {{ site.pmd.release_type }} release. * apex * [#5163](https://github.com/pmd/pmd/issues/5163): \[apex] Parser error when using toLabel in SOSL query * [#5182](https://github.com/pmd/pmd/issues/5182): \[apex] Parser error when using GROUPING in a SOQL query +* java-codestyle + * [#5046](https://github.com/pmd/pmd/issues/5046): \[java] LocalVariableCouldBeFinal false positive with try/catch ### 🚨 API Changes