Repository: logging-log4j2 Updated Branches: refs/heads/master fe021d94b -> 936fffb47
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/936fffb4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/936fffb4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/936fffb4 Branch: refs/heads/master Commit: 936fffb47499f4b34e400a76c7a8ccf95e9bd919 Parents: fe021d9 Author: ggregory <[email protected]> Authored: Wed Sep 23 11:46:49 2015 -0700 Committer: ggregory <[email protected]> Committed: Wed Sep 23 11:46:49 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/936fffb4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a8a0c8c..43058db 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,7 +25,7 @@ <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" + 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>
