chore: prepare log, errors and depinject minors (#19010)

This commit is contained in:
Julien Robert
2024-01-10 17:19:51 +00:00
committed by GitHub
parent 1e7611faab
commit 5e6b9885ef
5 changed files with 38 additions and 5 deletions
+2
View File
@@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/errors%2Fv1.0.1)
### Improvements
* [#18918](https://github.com/cosmos/cosmos-sdk/pull/18918) Improve `IsOf` by returning earlier when the checked error is nil.