Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.3.1 (2023-08-14)

- Feature: Add `dlog.MaxLogLevel` function that returns the maximum
log-level for the logger associated with the context.

- Bugfix: Removed dot import of "context" causing compile errors due
to conflicting `WithoutCancel` method when using golang >= 1.21

- Change: Remove the "without error" suffix when goroutines exit.

# v1.3.0 (2022-05-24)

- Feature: `derror`: Implement a new `type MultiError []error` type
Expand Down