chore: added PR to changelog

This commit is contained in:
Gareth Jones 2019-05-06 08:53:25 +10:00
parent 8f0054473d
commit 37fa48c99f

View File

@ -1,6 +1,7 @@
# log4js-node changelog
## 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)
* [Add missing types for addLevels](https://github.com/log4js-node/log4js-node/pull/867) - thanks [@Ivkaa](https://github.com/Ivkaa)
* [Allow any return type for layout function](https://github.com/log4js-node/log4js-node/pull/845) - thanks [@xinbenlv](https://github.com/xinbenlv)