This is an automated email from the ASF dual-hosted git repository.
ckozak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new c61ec93 Fix LOG4J2-2735 issue reference, previously missing '2'
c61ec93 is described below
commit c61ec93f15bee7cccd71d28109099bc23a6338fd
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 5ae2c5a..71ac223 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -187,7 +187,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>