diff options
| -rw-r--r-- | CHANGELOG.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
