Repository: logging-log4j-kotlin Updated Branches: refs/heads/master 1f8ae117b -> 3ce40de42
Add changelog entry for LOG4J2-2432 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/3ce40de4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/3ce40de4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/3ce40de4 Branch: refs/heads/master Commit: 3ce40de4234dff98301644fce3904ecbe5e875ba Parents: 1f8ae11 Author: Matt Sicker <[email protected]> Authored: Sat Nov 3 11:48:11 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Nov 3 11:48:11 2018 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/3ce40de4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36e3f29..c2a4ebb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,10 +30,13 @@ - "update" - Change - "remove" - Removed --> - <release version="1.0.0" date="2018-07-07" description="Release 1.0.0"> + <release version="1.0.0" date="2018-11-03" description="Release 1.0.0"> <action issue="LOG4J2-1705" dev="mattsicker" type="add" due-to="Raman Gupta"> Create Kotlin wrapper API for Log4j. </action> + <action issue="LOG4J2-2432" dev="mattsicker" type="update" due-to="Raman Gupta"> + Make `namedLogger` more discoverable + </action> </release> </body> </document>
