chore: update changelog
This commit is contained in:
parent
579ca60d03
commit
1ad2b38afe
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue