From f89e7b664f746e41155110a8d678d6a5bc78186f Mon Sep 17 00:00:00 2001 From: Lam Wei Li Date: Tue, 7 Mar 2023 15:23:24 +0800 Subject: [PATCH] docs: updated changelog for 6.9.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69ca35..36da2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # log4js-node Changelog +## [6.9.0](https://github.com/log4js-node/log4js-node/milestone/93) + +- [feat: support for idempotent logging on browser](https://github.com/log4js-node/log4js-node/pull/1374) - thanks [@aellerton](https://github.com/aellerton) + - addresses [#968](https://github.com/log4js-node/log4js-node/issues/968), [#1270](https://github.com/log4js-node/log4js-node/issues/1270), [#1288](https://github.com/log4js-node/log4js-node/issues/1288), [#1372](https://github.com/log4js-node/log4js-node/issues/1372) +- [docs: added that `log4js.getLogger()` may call `log4js.configure()`](https://github.com/log4js-node/log4js-node/pull/1375) - thanks [@lamweili](https://github.com/lamweili) + ## [6.8.0](https://github.com/log4js-node/log4js-node/milestone/92) - [feat: added `log4js.isConfigured()` API](https://github.com/log4js-node/log4js-node/pull/1364) - thanks [@lamweili](https://github.com/lamweili)