Repository: logging-log4j2 Updated Branches: refs/heads/master b04e5a7ee -> a8fdb4ee5
LOG4J2-1867 Fix configuration documentation Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a8fdb4ee Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a8fdb4ee Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a8fdb4ee Branch: refs/heads/master Commit: a8fdb4ee5c19bd84fd8898d56a00cc68c9b8e2b6 Parents: b04e5a7 Author: Mikael Ståldal <[email protected]> Authored: Tue Apr 11 18:09:51 2017 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Tue Apr 11 18:09:51 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a8fdb4ee/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 325dbbb..f3c1985 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,9 @@ <action issue="LOG4J2-1876" dev="mikes" type="fix"> More reliable checking for runtime dependencies. </action> + <action issue="LOG4J2-1867" dev="mikes" type="fix"> + Fix configuration documentation. + </action> <action issue="LOG4J2-1851" dev="mikes" type="update"> Move server components from log4j-core to new log4-server module. </action>
