Skip to content

Commit

Permalink
chore: fix --dry-run flag not working issue's changelog (cosmos#13711)
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 authored and nnkken committed Nov 16, 2022
1 parent fb56273 commit 5826eb1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,19 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

### Bug Fixes

* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) Fix `--dry-run` flag not working when using tx command.

### Improvements

* (deps) Bump IAVL version to [v0.19.4](https://github.com/cosmos/iavl/releases/tag/v0.19.4).

### API Breaking Changes

* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) The `GetFromFields` function now takes `Context` as an argument and removes `genOnly`.


## v0.45.10 - 2022-10-24

### Features
Expand Down Expand Up @@ -112,13 +121,8 @@ Reverted #12437 due to API breaking changes.

### Bug Fixes

* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) Fix `--dry-run` flag not working when using tx command.
* [#13046](https://github.com/cosmos/cosmos-sdk/pull/13046) Fix missing return statement in BaseApp.Query.

### API Breaking Changes

* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) The `GetFromFields` function now takes `Context` as an argument and removes `genOnly`.

## v0.45.7 - 2022-08-04

### Features
Expand Down

0 comments on commit 5826eb1

Please sign in to comment.