Skip to content

Commit

Permalink
Release v1.11.0 (#79)
Browse files Browse the repository at this point in the history
This prepares release for v1.11.0 which contains:
* support for `Errors` on any error that implements the multiple-error
interface specified by standard library starting from Go 1.20.
* `Every`, which checks whether all errors in the error chain satisfies
the `errors.Is` comparison against the target error.
  • Loading branch information
sywhang committed Mar 29, 2023
1 parent d8067ab commit de75ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,12 @@
Releases
========

Unreleased
v1.11.0 (2023-03-28)
====================
- `Errors` now supports any error that implements multiple-error
interface.
- Add `Every` function to allow checking if all errors in the chain
satisfies `errors.Is` against the target error.

v1.10.0 (2023-03-08)
====================
Expand Down

0 comments on commit de75ae5

Please sign in to comment.