This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release/2.22.1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit cf4df91635672e8a0b4ce040d857052627de647a Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Dec 22 15:08:46 2023 +0100 Improve release notes --- src/changelog/2.22.1/.release-notes.adoc.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changelog/2.22.1/.release-notes.adoc.ftl b/src/changelog/2.22.1/.release-notes.adoc.ftl index c8c97b6557..171e325378 100644 --- a/src/changelog/2.22.1/.release-notes.adoc.ftl +++ b/src/changelog/2.22.1/.release-notes.adoc.ftl @@ -20,8 +20,8 @@ <#if release.date?has_content>Release date:: ${release.date}</#if> -This releases fixes several issues from the previous releases. +This release contains only dependency upgrades and bug fixes, which do not change the behavior of the artifacts. -While maintaining compatibility with Java 8, the artifacts in this release where generated using JDK 17. +While maintaining compatibility with Java 8, the artifacts in this release where generated using JDK 17, unlike version `2.22.0` that used JDK 11. <#include "../.changelog.adoc.ftl">
