Skip to content

Commit 5afda00

Browse files
committed
changelog entry
1 parent 98eef6d commit 5afda00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

errors/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434
### API Breaking
3535

3636
* [#20402](https://github.com/cosmos/cosmos-sdk/pull/20402) Remove Grpc error codes from the error package. This is done in order to keep the dependency graph of errors minimal
37+
* [#20539](https://github.com/cosmos/cosmos-sdk/pull/20539) v2 errors removes `IsOf`, `Recover`, `WithType` and wrapped error. The errors package uses the go std library errors. It provides a `Wrap` and `Wrapf` to help in the migration from v1 to v2.
3738

3839
## [v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/errors%2Fv1.0.1)
3940

0 commit comments

Comments
 (0)