You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/12 12:11:56 UTC

[10/50] logging-log4j2 git commit: Sort: fix, add, update.

Sort: fix, add, update.

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

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 0482817088ea61f6c1f219fc11dd45b63e3f0b9f
Parents: 714bfaf
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 8 08:48:36 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Aug 8 08:48:36 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/04828170/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87578dd..1f1fa85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,12 +57,12 @@
       <action issue="LOG4J2-351" dev="rpopma, ggregory" type="fix" due-to="Roland Weiglhofer">
         [OSGi] wrong Fragment-Host in manifest files.
       </action>
-      <action issue="LOG4J2-1471" dev="ggregory" type="add" due-to="Gary Gregory">
-        [PatternLayout] Add an ANSI option to %xThrowable.
-      </action>
       <action issue="LOG4J2-1313" dev="rpopma" type="fix" due-to="Philipp Knobel">
         Properties declared in configuration can now have their value either in the element body or in an attribute named "value".
       </action>
+      <action issue="LOG4J2-1471" dev="ggregory" type="add" due-to="Gary Gregory">
+        [PatternLayout] Add an ANSI option to %xThrowable.
+      </action>
       <action issue="LOG4J2-1472" dev="ggregory" type="add" due-to="Gary Gregory">
         Make org.apache.logging.log4j.core.LoggerContext implement Closeable.
       </action>