From 81637cfcbf3051e95d6fb10cfbd472849254d6e8 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 29 Mar 2024 11:07:32 +0100 Subject: [PATCH] [doc] Update release notes (#4791, #4894) --- docs/pages/release_notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 66173ccd69..fba5e1ebd8 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -15,6 +15,8 @@ This is a {{ site.pmd.release_type }} release. ### 🚀 New and noteworthy ### 🐛 Fixed Issues +* cli + * [#4791](https://github.com/pmd/pmd/issues/4791): \[cli] Could not find or load main class * java-codestyle * [#4881](https://github.com/pmd/pmd/issues/4881): \[java] ClassNamingConventions: interfaces are identified as abstract classes (regression in 7.0.0) * java-design @@ -27,6 +29,7 @@ This is a {{ site.pmd.release_type }} release. ### 🚨 API Changes ### ✨ External Contributions +* [#4894](https://github.com/pmd/pmd/pull/4894): Fix #4791 Error caused by space in JDK path - [Scrates1](https://github.com/Scrates1) (@Scrates1) {% endtocmaker %}