From 76e02f5428ed9d74a00befa616a44a4558f22516 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 21 May 2019 08:42:56 +1000 Subject: [PATCH] chore: added line number PR to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62897c0..f04071b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # log4js-node changelog +## 4.3.0 +* [Feature: line number support](https://github.com/log4js-node/log4js-node/pull/879) - thanks [@victor0801x](https://github.com/victor0801x) + ## 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)