chore: prepare errors and store (alpha) releases (#16923)

This commit is contained in:
Julien Robert
2023-07-11 15:25:39 +00:00
committed by GitHub
parent 06edd92b4f
commit b18b6c4f7a
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/errors%2Fv1.0.0)
### Features
* [#15989](https://github.com/cosmos/cosmos-sdk/pull/15989) Add `ErrStopIterating` for modules to use for breaking out of iteration.