Repository: logging-log4j-kotlin Updated Branches: refs/heads/master c96c40345 -> 3b4e5d5c3
Add LOG4J2-1705 changelog entry Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/3b4e5d5c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/3b4e5d5c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/3b4e5d5c Branch: refs/heads/master Commit: 3b4e5d5c32179e22f8b892d571aa230734d886c0 Parents: c96c403 Author: Matt Sicker <[email protected]> Authored: Sat Jul 7 13:41:38 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Jul 7 13:41:38 2018 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/3b4e5d5c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bec27d3..36e3f29 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,7 +30,10 @@ - "update" - Change - "remove" - Removed --> - <release version="1.0.0" date="2018-06-10" description="Release 1.0.0"> + <release version="1.0.0" date="2018-07-07" description="Release 1.0.0"> + <action issue="LOG4J2-1705" dev="mattsicker" type="add" due-to="Raman Gupta"> + Create Kotlin wrapper API for Log4j. + </action> </release> </body> -</document> \ No newline at end of file +</document>
