Repository: logging-log4j2 Updated Branches: refs/heads/master 34ee617a3 -> 887e028a1
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/master Commit: 0482817088ea61f6c1f219fc11dd45b63e3f0b9f Parents: 714bfaf Author: Gary Gregory <[email protected]> Authored: Mon Aug 8 08:48:36 2016 -0700 Committer: Gary Gregory <[email protected]> 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>
