From 89c09ab5e4ed54f5562e69ba5907dcc3564203f7 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 9 May 2019 08:40:23 +1000 Subject: [PATCH] chore: added sighup fix, and level types to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260cfbf..146fef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 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) +* [Fix for broken sighup handler](https://github.com/log4js-node/log4js-node/pull/873) +* [Add missing types for Level](https://github.com/log4js-node/log4js-node/pull/872) - thanks [@Ivkaa](https://github.com/Ivkaa) ## 4.1.1 * [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870)