From 687f7f89e46959e122cb7a28eae6cc815e12d35c Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 22 Sep 2024 14:53:00 +0200 Subject: [PATCH] [doc] Update release notes (#5068, #5224) --- 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 b5856fd753..b626a0b762 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -28,6 +28,7 @@ This is a {{ site.pmd.release_type }} release. * java * [#5190](https://github.com/pmd/pmd/issues/5190): \[java] NPE in type inference * java-errorprone + * [#5068](https://github.com/pmd/pmd/issues/5068): \[java] MissingStaticMethodInNonInstantiatableClass: false positive with builder pattern * [#5207](https://github.com/pmd/pmd/issues/5207): \[java] CheckSkipResult: false positve for a private method `void skip(int)` in a subclass of FilterInputStream ### 🚨 API Changes @@ -35,6 +36,7 @@ This is a {{ site.pmd.release_type }} release. ### ✨ External Contributions * [#5202](https://github.com/pmd/pmd/pull/5202): \[core] Sarif format: refer to schemastore.org - [David Schach](https://github.com/dschach) (@dschach) * [#5208](https://github.com/pmd/pmd/pull/5208): \[doc] Added Codety to "Tools / Integrations" - [Tony](https://github.com/random1223) (@random1223) +* [#5224](https://github.com/pmd/pmd/pull/5224): \[java] Fix #5068: Class incorrectly identified as non-instantiatable - [Lukas Gräf](https://github.com/lukasgraef) (@lukasgraef) {% endtocmaker %}