chore: add streamroller upgrade to changelog

This commit is contained in:
Gareth Jones 2019-05-14 14:18:14 +10:00
parent dccaaac1b0
commit 60d7743158

View File

@ -6,6 +6,7 @@
* [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)
* [Typescript fixes for connect logger context](https://github.com/log4js-node/log4js-node/pull/876) - thanks [@leak4mk0](https://github.com/leak4mk0)
* [Upgrade to streamroller-1.0.5 to fix log rotation bug](https://github.com/log4js-node/log4js-node/pull/878)
## 4.1.1
* [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870)