This is an automated email from the ASF dual-hosted git repository.
ckozak pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new b32cc78 Fix LOG4J2-2735 issue reference, previously missing '2'
b32cc78 is described below
commit b32cc78dac57a3a6b83c0a1b5ab8aaf6291181f6
Author: Carter Kozak <[email protected]>
AuthorDate: Tue Dec 24 22:24:24 2019 -0500
Fix LOG4J2-2735 issue reference, previously missing '2'
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0e163e..14f801a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@
<action issue="LOG4J2-2748" dev="ckozak" type="add">
Implement ISO8601_PERIOD_MICROS fixed date format matching
ISO8601_PERIOD with support for microsecond precision.
</action>
- <action issue="LOG4J-2735" dev="ckozak" type="fix" due-to="Andy
Wilkinson">
+ <action issue="LOG4J2-2735" dev="ckozak" type="fix" due-to="Andy
Wilkinson">
PluginCache output is reproducible allowing the annotation processor
to produce deterministic results.
</action>
</release>