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 2018/04/15 21:09:18 UTC

logging-log4j2 git commit: Fix changelog entry for LOG4J2-2317

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9a07b5a4a -> 6f4b5d104


Fix changelog entry for LOG4J2-2317


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6f4b5d10
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6f4b5d10
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6f4b5d10

Branch: refs/heads/master
Commit: 6f4b5d10467ab2614b75b963d2f1043e098132ad
Parents: 9a07b5a
Author: Carter Kozak <ck...@apache.org>
Authored: Sun Apr 15 17:07:42 2018 -0400
Committer: Carter Kozak <ck...@apache.org>
Committed: Sun Apr 15 17:07:42 2018 -0400

----------------------------------------------------------------------
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6f4b5d10/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afac65e..58bb34d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -159,10 +159,10 @@
       <action issue="LOG4J2-2313" dev="ggregory" type="update">
         Update LMAX Disruptor from 3.3.7 to 3.4.1.
       </action>
+      <action issue="LOG4J2-2317" dev="ckozak" type="fix">
+        MutableLogEvent.getNonNullImmutableMessage and Log4jLogEvent.makeMessageImmutable retain format and parameters.
+      </action>
     </release>
-    <action issue="LOG4J2-2317" dev="ckozak" type="fix">
-      MutableLogEvent.getNonNullImmutableMessage and Log4jLogEvent.makeMessageImmutable retain format and parameters.
-    </action>
     <release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">
         LoaderUtil was not looping properly over classloaders.