Add changelog entry for LOG4J2-1227. This closes #20
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a57fc35b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a57fc35b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a57fc35b Branch: refs/heads/master Commit: a57fc35b97bda2fec4715040f58f048288f5a2b5 Parents: 6362a38 Author: Matt Sicker <[email protected]> Authored: Wed Mar 2 21:08:37 2016 -0600 Committer: Matt Sicker <[email protected]> Committed: Wed Mar 2 21:08:37 2016 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a57fc35b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 646a41f..80a67f7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -184,6 +184,9 @@ <action issue="LOG4J2-1252" dev="mattsicker" type="add"> JeroMqAppender should support layouts. </action> + <action issue="LOG4J2-1227" dev="mattsicker" type="fix" due-to="Olivier Lemasle"> + NullPointerException in MapLookup.lookup is the event is null. + </action> </release> <release version="2.5" date="2015-12-06" description="GA Release 2.5"> <action issue="LOG4J2-324" dev="rpopma" type="fix">
