chore(x/tx): Update changelog for x/tx v0.6.2. (#16021)

This commit is contained in:
Matt Kocubinski 2023-05-03 14:48:17 -05:00 committed by GitHub
parent b5c77d6452
commit 4044a058f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,20 @@ Ref: https://keepachangelog.com/en/1.0.0/
## Unreleased
## v0.6.2
### Improvements
* [#15873](https://github.com/cosmos/cosmos-sdk/pull/15873): add `Validate` method and only check for errors when `Validate` is explicitly called.
## v0.6.1
### Improvements
* [#15871](https://github.com/cosmos/cosmos-sdk/pull/15871)
* `HandlerMap` now has a `DefaultMode()` getter method
* Textual types use `signing.ProtoFileResolver` instead of `protoregistry.Files`
## v0.6.0
### API Breaking