Skip to content

Commit 3060ab1

Browse files
committed
Add issue links to changelog entries (#2322)
1 parent 9c23490 commit 3060ab1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="fixed">
6+
<issue id="2322" link="https://github.com/apache/logging-log4j2/pull/2322"/>
67
<description format="asciidoc">
78
Add `log4j2.StatusLogger.DateFormatZone` system property to set the time-zone `StatusLogger` uses to format `java.time.Instant`.
89
Without this formatting patterns accessing to time-zone-specific fields (e.g., year-of-era) cause failures.

src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="fixed">
6+
<issue id="2322" link="https://github.com/apache/logging-log4j2/pull/2322"/>
67
<description format="asciidoc">Fix stack overflow in `StatusLogger`</description>
78
</entry>

0 commit comments

Comments
 (0)