Skip to content

Commit

Permalink
docs: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoowonYun committed Nov 20, 2024
1 parent 6424232 commit 90bd3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/bank/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* The `SpendableBalances` query now correctly reports spendable balances when one or more denoms are negative (used to report all zeros). Also, this query now looks up only the balances for the requested page.
* The `SpendableCoins` keeper method now returns the positive spendable balances even when one or more denoms have more locked than available (used to return an empty `Coins`).
* The `SpendableCoin` keeper method now returns a zero coin if there's more locked than available (used to return a negative coin).
* [#22543](https://github.com/cosmos/cosmos-sdk/pull/22543) Fix `DenomMetadata` rpc allow value with slashes

### API Breaking Changes

Expand Down

0 comments on commit 90bd3e5

Please sign in to comment.