From 594f90a0073aa20deb7971f68c63a23a3fbb31d6 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 6 Aug 2021 20:08:14 +0700 Subject: Release share v0.29.1 (2021-08-06) Revert the "lib/errors: return the internal error only if its not nil on Unwrap". Returning instance of e on Unwrap will cause recursive call. The correct solution to convert an error to errors.E is by implementing the As method. --- CHANGELOG.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ae0bc5bd..ba110488 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -3,6 +3,17 @@ This library is released every month, usually at the first week of month. +== share v0.29.1 (2021-08-06) + +Revert the "lib/errors: return the internal error only if its not nil on +Unwrap". + +Returning instance of e on Unwrap will cause recursive call. + +The correct solution to convert an error to errors.E is by implementing the As +method. + + == share v0.29.0 (2021-08-06) === New feature -- cgit v1.3