This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit fa17584e14c5182a21955d555a2469ce2f5490d3 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">
