chore: update changelog

This commit is contained in:
Bruno Carlin 2022-06-03 11:08:02 +02:00
parent 579ca60d03
commit 1ad2b38afe

View file

@ -1,7 +1,13 @@
# go/logging
# go/logging Changelog
## Unreleased
## v0.4.1 (2022-06-03)
- Ensure all backends implement the interface `BACKEND`.
- `FileBackend` and `SyslogBackend` always returned errors for `Write`
operations.
## v0.4.0 (2022-05-31)
- Add three new log levels: `Trace`, `Notice` and `Alert` with the following