Skip to content

Commit

Permalink
chore: add missing bugfix (zero coins pruning) to the changelog (cosm…
Browse files Browse the repository at this point in the history
…os#9701)

* chore: add missing bugfix (zero coins pruning) to the changelog

* typo
  • Loading branch information
robert-zaremba committed Nov 1, 2021
1 parent c2af998 commit 84d48d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

* (cli) [\#9593](https://github.com/cosmos/cosmos-sdk/pull/9593) Check if chain-id is blank before verifying signatures in multisign and error.

### Bug Fixes

* (bank) [\#9687](https://github.com/cosmos/cosmos-sdk/issues/9687) fixes [\#9159](https://github.com/cosmos/cosmos-sdk/issues/9159). Added migration to prune balances with zero coins.

### CLI Breaking Changes

* [\#9621](https://github.com/cosmos/cosmos-sdk/pull/9621) Rollback [\#9371](https://github.com/cosmos/cosmos-sdk/pull/9371) and log warning if there's an empty value for min-gas-price in app.toml
Expand Down

0 comments on commit 84d48d6

Please sign in to comment.