Add changelog message for LOG4J2-1196.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a212f6b7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a212f6b7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a212f6b7 Branch: refs/heads/LOG4J-1181 Commit: a212f6b77cdefb342a7347ae709e7b33fc9be18e Parents: 0f93ec3 Author: Matt Sicker <[email protected]> Authored: Mon Nov 16 11:25:33 2015 -0600 Committer: Matt Sicker <[email protected]> Committed: Mon Nov 16 11:25:33 2015 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a212f6b7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8dea163..d356504 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -111,6 +111,9 @@ <action issue="LOG4J2-1194" dev="ggregory" type="fix" due-to="Adam Brin"> Documentation does not match parameters for LoggerNameLevelRewritePolicy. </action> + <action issue="LOG4J2-1196" dev="mattsicker" type="fix" due-to="René Zanner"> + MongoDbConnection does not close MongoClient. + </action> <action issue="LOG4J2-1174" dev="ggregory" type="update"> Update Jackson from 2.6.2 to 2.6.3. </action>
