You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2021/08/24 20:25:57 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-3144: Update changelog to reference correct issue

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 dcd7956  LOG4J2-3144: Update changelog to reference correct issue
dcd7956 is described below

commit dcd795692ee2f0224840e88578ff0b335eb52375
Author: Carter Kozak <ck...@apache.org>
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 71981e4..57806a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,7 +90,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>