Skip to content

Commit de75ae5

Browse files
authored
Release v1.11.0 (#79)
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.
1 parent d8067ab commit de75ae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Releases
22
========
33

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

911
v1.10.0 (2023-03-08)
1012
====================

0 commit comments

Comments
 (0)