Repository: logging-log4j2 Updated Branches: refs/heads/master b283e3b42 -> f063d914b
LOG4J2-862 added entry to change log for release notes Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6cb7bd71 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6cb7bd71 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6cb7bd71 Branch: refs/heads/master Commit: 6cb7bd7174c6831228dffc90444bc4de81ae1258 Parents: 1271584 Author: rpopma <[email protected]> Authored: Sat Sep 27 22:34:58 2014 +0900 Committer: rpopma <[email protected]> Committed: Sat Sep 27 22:34:58 2014 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6cb7bd71/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 12c40a0..1c7ffd9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements"> + <action issue="LOG4J2-862" dev="mattsicker" type="fix" due-to="Michael Sutherland"> + Fixed classloader issue that prevented Log4j from finding the implementation when used in a custom Ant task. + </action> <action issue="LOG4J2-589" dev="rpopma" type="add"> Supported filtering on custom log levels in configuration. </action>
