Merge pull request #1261 from log4js-node/update-docs

docs: updated changelog for 6.5.2
This commit is contained in:
Lam Wei Li 2022-05-27 14:03:49 +08:00 committed by GitHub
commit 78ac811e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
# log4js-node Changelog
## 6.5.2
- [fix(types): add LogEvent.serialise](https://github.com/log4js-node/log4js-node/pull/1260) - thanks [@marrowleaves](https://github.com/marrowleaves)
## 6.5.1
- [fix: fs.appendFileSync should use flag instead of flags](https://github.com/log4js-node/log4js-node/pull/1257) - thanks [@peteriman](https://github.com/peteriman)