Skip to content

Commit

Permalink
Add changelog regarding reordering of applying SendRestriction in Sen…
Browse files Browse the repository at this point in the history
…dCoins
  • Loading branch information
wr1159 committed Jun 2, 2024
1 parent aeba93e commit dbd2022
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 @@ -33,6 +33,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

* [#18636](https://github.com/cosmos/cosmos-sdk/pull/18636) `SendCoinsFromModuleToAccount`, `SendCoinsFromModuleToModule`, `SendCoinsFromAccountToModule`, `DelegateCoinsFromAccountToModule`, `UndelegateCoinsFromModuleToAccount`, `MintCoins` and `BurnCoins` methods now returns an error instead of panicking if any module accounts does not exist or unauthorized.
* [#20517](https://github.com/cosmos/cosmos-sdk/pull/20517) `SendCoins` now checks for `SendRestrictions` before instead of after deducting coins using `subUnlockedCoins`.

### API Breaking Changes

Expand Down

0 comments on commit dbd2022

Please sign in to comment.