From d0cefa05a2571d6dd0f59609a953a95f1f1a3f91 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Mon, 14 Aug 2023 17:00:03 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6a59ac4..7025877 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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