changes.xml:[LOG4J2-1471][PatternLayout] Add an ANSI option to %xThrowable.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dcade9ef Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dcade9ef Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dcade9ef Branch: refs/heads/LOG4J-1181 Commit: dcade9ef91fbe741327d8ad0fe6f84fea64c0531 Parents: 9b55a18 Author: Gary Gregory <[email protected]> Authored: Mon Jul 25 18:09:21 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Jul 25 18:09:21 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dcade9ef/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7eb83de..a09a572 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,9 +24,6 @@ </properties> <body> <release version="2.7.0" date="2016-MM-DD" description="GA Release 2.7.0"> - <action issue="LOG4J2-1459" dev="ggregory" type="add" due-to="Gary Gregory"> - [PatternLayout] Add an ANSI option to %message. - </action> <action issue="LOG4J2-1471" dev="ggregory" type="add" due-to="Gary Gregory"> [PatternLayout] Add an ANSI option to %xThrowable. </action>
