LOG4J2-589 added custom level configuration entry to changes.xml 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/12715841 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/12715841 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/12715841 Branch: refs/heads/master Commit: 12715841a2d5b6656ae8cedb61d41ad041e27fab Parents: c5a3e89 Author: rpopma <[email protected]> Authored: Sat Sep 27 20:56:01 2014 +0900 Committer: rpopma <[email protected]> Committed: Sat Sep 27 20:56:01 2014 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/12715841/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 55002fd..12c40a0 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-589" dev="rpopma" type="add"> + Supported filtering on custom log levels in configuration. + </action> <action issue="LOG4J2-861" dev="rpopma" type="fix"> Documentation: fix broken links on left navigation Extending Log4j Configuration sub-menu. </action>
