Skip to content

Commit

Permalink
chore(x/tx): Update changelog for x/tx v0.6.2. (#16021)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed May 3, 2023
1 parent b5c77d6 commit 4044a05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions x/tx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4044a05

Please sign in to comment.