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 4971e16 LOG4J2-3144: Update changelog to reference correct issue
4971e16 is described below
commit 4971e16a99017a8b46f609ba5872f11c0cb9a711
Author: Carter Kozak <[email protected]>
AuthorDate: Tue Aug 24 16:25:18 2021 -0400
LOG4J2-3144: Update changelog to reference correct issue
---
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 875345a..2f5ab1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -229,7 +229,7 @@
and MemoryMappedFileManager due to the unused setEndOfBatch and
isEndOfBatch methods.
The methods on LogEvent are preferred.
</action>
- <action issue="LOG4J2-1151" dev="ckozak" type="add">
+ <action issue="LOG4J2-3144" dev="ckozak" type="add">
Prefer string.getBytes(Charset) over string.getBytes(String)
based on performance improvements in modern Java releases.
</action>