From d77d936daa6f971bc841fd317402cb9c5267c8c8 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 1 Dec 2023 11:18:24 +0100 Subject: [PATCH] [doc] Update release notes (#4753) --- 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 5a833ada9a..b8fffd0c11 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -100,6 +100,8 @@ in the Migration Guide. * [#4741](https://github.com/pmd/pmd/pull/4741): Add pmd-compat6 module for maven-pmd-plugin * apex-performance * [#4675](https://github.com/pmd/pmd/issues/4675): \[apex] New Rule: OperationWithHighCostInLoop +* java + * [#4753](https://github.com/pmd/pmd/issues/4753): \[java] PMD crashes while using generics and wildcards * java-codestyle * [#2847](https://github.com/pmd/pmd/issues/2847): \[java] New Rule: Use Explicit Types * [#4578](https://github.com/pmd/pmd/issues/4578): \[java] CommentDefaultAccessModifier comment needs to be before annotation if present