Skip to content

Commit

Permalink
docs: fix changelog for v0.47.x-ics-lsm branch (#19819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Mar 21, 2024
1 parent 614fc7f commit 14f041a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## v0.47.11-ics-lsm

This is a special cosmos-sdk release with support for both ICS and LSM.

### Features

* (x/staking) [#19614](https://github.com/cosmos/cosmos-sdk/pull/19614) Facilitate the tokenization of vested delegation in the LSM module.

### State Machine Breaking

* (x/staking) [#19614](https://github.com/cosmos/cosmos-sdk/pull/19614) Facilitate the tokenization of vested delegation in the LSM module.

## v0.47.10-ics-lsm

This is a special cosmos-sdk release with support for both ICS and LSM.
Expand Down Expand Up @@ -376,7 +388,6 @@ during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audi

### State Machine Breaking

* (x/staking) [#19614](https://github.com/cosmos/cosmos-sdk/pull/19614) Facilitate the tokenization of vested delegation in the LSM module.
* (baseapp, x/auth/posthandler) [#13940](https://github.com/cosmos/cosmos-sdk/pull/13940) Update `PostHandler` to receive the `runTx` success boolean.
* (store) [#14378](https://github.com/cosmos/cosmos-sdk/pull/14378) The `CacheKV` store is thread-safe again, which includes improved iteration and deletion logic. Iteration is on a strictly isolated view now, which is breaking from previous behavior.
* (x/bank) [#14538](https://github.com/cosmos/cosmos-sdk/pull/14538) Validate denom in bank balances GRPC queries.
Expand Down

0 comments on commit 14f041a

Please sign in to comment.