Repository: logging-log4j2 Updated Branches: refs/heads/master 48f3a4ed9 -> d2f641185
Add LOG4J2-809 changelog entry. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d2f64118 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d2f64118 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d2f64118 Branch: refs/heads/master Commit: d2f641185814a3f7a1326ed557ef332416afa58e Parents: 48f3a4e Author: Matt Sicker <[email protected]> Authored: Sun Sep 21 12:10:29 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sun Sep 21 12:10:29 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d2f64118/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 319cb64..b6a3227 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-809" dev="mattsicker" type="add"> + Move reflection utility class to API's private utility classes. + </action> <action issue="LOG4J2-845" dev="mattsicker" type="update"> Add Log4j API 2.1.0 and update Log4j Core likewise. </action>
