diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab9cab80cb3..b0e7844fdf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,14 +35,17 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## v0.47.14-ics-lsm -### Improvements +This is a special cosmos-sdk release with support for both ICS and LSM. + +### API Breaking Changes * (staking) [#20444](https://github.com/cosmos/cosmos-sdk/pull/20444) Disable tokenization of shares from redelegations. ### Bugfixes +* (staking) [#20444](https://github.com/cosmos/cosmos-sdk/pull/20444) Disable tokenization of shares from redelegations. * (distribution) [#20463](https://github.com/cosmos/cosmos-sdk/pull/20463) Fix wrong codec used for `MsgWithdrawTokenizeShareRecordReward.GetSignBytes()`.