LOG4J2-635 & LOG4J2-952
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/24a7f432 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/24a7f432 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/24a7f432 Branch: refs/heads/master Commit: 24a7f432f89dc3bd80792b6af10b3bd32e00b8c4 Parents: ab4f5a5 Author: Ralph Goers <[email protected]> Authored: Mon Sep 7 17:40:16 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Mon Sep 7 17:40:16 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24a7f432/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a11ea10..d695814 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,12 @@ </properties> <body> <release version="2.4" date="2015-MM-DD" description="GA Release 2.4"> + <action issue="LOG4J2-635" dev="rgoers" type="add"> + Add support for configuration via Properties. + </action> + <action issue="LOG4J2-952" dev="rgoers" type="add"> + Add ConfigurationBuilder. + </action> <action issue="LOG4J2-1017" dev="ggregory" type="update"> Update Java platform from Java 6 to 7. From this version onwards, log4j 2 requires Java 7. </action>
