diff --git a/pom.xml b/pom.xml
index afd5a80fbd9..cbf95d3bc43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,9 +309,9 @@
2.27.0-SNAPSHOT
- 2.26.0
- 2.26.0
- 2.26.0
+ 2.26.1
+ 2.26.1
+ 2.26.1
+
diff --git a/src/changelog/2.26.1/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml b/src/changelog/2.26.1/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml
new file mode 100644
index 00000000000..33d6f9e9fe0
--- /dev/null
+++ b/src/changelog/2.26.1/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+ Fix the `createOnDemand` behavior of `RollingFileAppender` to correctly defer file and directory creation
+ until the first log event, while preserving eager creation when disabled.
+
+
\ No newline at end of file
diff --git a/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml b/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml
new file mode 100644
index 00000000000..d2c4ff718df
--- /dev/null
+++ b/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+ Improve documentation for locale handling in the Pattern Layout date pattern converter
+
+
+
diff --git a/src/changelog/2.26.1/fix-MapMessage-JSON-non-finite-number.xml b/src/changelog/2.26.1/fix-MapMessage-JSON-non-finite-number.xml
new file mode 100644
index 00000000000..d46ebd21333
--- /dev/null
+++ b/src/changelog/2.26.1/fix-MapMessage-JSON-non-finite-number.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ Fix handling of non-finite numbers while encoding `MapMessage` to JSON
+
+
diff --git a/src/changelog/2.26.1/fix-StructuredDataMessage-XML-encoding.xml b/src/changelog/2.26.1/fix-StructuredDataMessage-XML-encoding.xml
new file mode 100644
index 00000000000..ae324c0d21d
--- /dev/null
+++ b/src/changelog/2.26.1/fix-StructuredDataMessage-XML-encoding.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ Fix encoding of `MSGID` and `SD-ID` fields of `StructuredDataMessage` to XML
+
+
diff --git a/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml b/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml
new file mode 100644
index 00000000000..63173fdacb7
--- /dev/null
+++ b/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+ Fix stack trace rendering for exceptions with identity malfunction (e.g., colliding `equals()` and/or `hashCode()` implementations)
+
+
diff --git a/src/changelog/2.26.1/fix-log-disruptor-initialization-errors.xml b/src/changelog/2.26.1/fix-log-disruptor-initialization-errors.xml
new file mode 100644
index 00000000000..defea45980e
--- /dev/null
+++ b/src/changelog/2.26.1/fix-log-disruptor-initialization-errors.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+ Improve logging for `LinkageError` scenarios involving the LMAX Disruptor library
+
+
diff --git a/src/changelog/2.26.1/fix_configuration_source_url_leak.xml b/src/changelog/2.26.1/fix_configuration_source_url_leak.xml
new file mode 100644
index 00000000000..e7c57d5a1a1
--- /dev/null
+++ b/src/changelog/2.26.1/fix_configuration_source_url_leak.xml
@@ -0,0 +1,8 @@
+
+
+
+ Fix resource leaks in `ConfigurationSource` when loading configuration via URL fails
+
diff --git a/src/changelog/2.26.1/fix_kafka_appender_retry_error_reporting.xml b/src/changelog/2.26.1/fix_kafka_appender_retry_error_reporting.xml
new file mode 100644
index 00000000000..f3884f41e8b
--- /dev/null
+++ b/src/changelog/2.26.1/fix_kafka_appender_retry_error_reporting.xml
@@ -0,0 +1,8 @@
+
+
+
+ Fix `KafkaAppender` reporting error to error handler even after a successful retry
+
diff --git a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
index ebe36a6f529..4e3943066a7 100644
--- a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
@@ -467,8 +467,7 @@ You can also define custom date formats, see following examples:
|%d{yyyy-mm-dd'T'HH:mm:ss.SSS'Z'}\{UTC}
|2012-11-02T14:34:02.123Z
-
-|%d{dd-MMMM-yyyy}\{UTC}\{de-DE}
+|%d\{dd-MMMM-yyyy}\{UTC}\{de-DE}
|02 November 2012 (UTC timezone, German locale)
|===