Move add actions to the top.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1e8f2cd9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1e8f2cd9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1e8f2cd9 Branch: refs/heads/LOG4J2-1136 Commit: 1e8f2cd992839e8e30ee252d21c8ba852621c317 Parents: b952a08 Author: ggregory <[email protected]> Authored: Thu Oct 1 15:07:26 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Oct 3 23:08:05 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e8f2cd9/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4edde4c..ec10a83 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,15 +24,15 @@ </properties> <body> <release version="2.4.1" date="2015-MM-DD" description="GA Release 2.4.1"> + <action issue="LOG4J2-1129" dev="rgoers" type="add"> + Allow PatternLayout to select a pattern to use based on some selection criteria. + </action> <action issue="LOG4J2-1020" dev="mikes" type="fix"> Possibility to set shutdown timeout on AsyncAppender </action> <action issue="LOG4J2-1135" dev="rpopma" type="fix"> Compression on rollover was broken: log file was renamed to .zip but not compressed. </action> - <action issue="LOG4J2-1129" dev="rgoers" type="add"> - Allow PatternLayout to select a pattern to use based on some selection criteria. - </action> <action issue="LOG4J2-1127" dev="ggregory" type="fix"> log4j2.xml cannot be parsed on Oracle Weblogic 12c </action>
