This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x-site-pro
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x-site-pro by this push:
new 67883706cb fix: typo in changelog
67883706cb is described below
commit 67883706cbc021571f8b8ffffc3fb8f24f81da29
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Mar 28 12:06:43 2026 +0100
fix: typo in changelog
---
src/changelog/2.25.4/4061_ssl-connection.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changelog/2.25.4/4061_ssl-connection.xml
b/src/changelog/2.25.4/4061_ssl-connection.xml
index 4c8831c1d3..25cea2ddd7 100644
--- a/src/changelog/2.25.4/4061_ssl-connection.xml
+++ b/src/changelog/2.25.4/4061_ssl-connection.xml
@@ -9,6 +9,6 @@
<issue id="4075"
link="https://github.com/apache/logging-log4j2/pull/4075"/>
<description format="asciidoc">
Align `SslConfiguration` factory method usage with Log4j 2.12+ API.
- The `verifyHostname` attribute is not correctly recognized.
+ The `verifyHostname` attribute is now correctly recognized.
</description>
</entry>