From db95a9d02e4cbd357076a85dcfd70c94c06ef219 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 8 May 2019 08:35:46 +1000 Subject: [PATCH] chore: included PRs in changelog for 4.2.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff2eeb..260cfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # log4js-node changelog +## 4.2.0 +* [Feature: add appender and level inheritance](https://github.com/log4js-node/log4js-node/pull/863) - thanks [@pharapiak](https://github.com/pharapiak) +* [Feature: add response to context for connectLogger](https://github.com/log4js-node/log4js-node/pull/862) - thanks [@leak4mk0](https://github.com/leak4mk0) + ## 4.1.1 * [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870) * [Fix layout problem in node v12](https://github.com/log4js-node/log4js-node/pull/860) - thanks [@bjornstar](https://github.com/bjornstar)