diff --git a/.changelog/unreleased/features/1237-unpack-wasm-client-state.md b/.changelog/unreleased/features/1237-unpack-wasm-client-state.md index 68c1d29f27..dc6c35c813 100644 --- a/.changelog/unreleased/features/1237-unpack-wasm-client-state.md +++ b/.changelog/unreleased/features/1237-unpack-wasm-client-state.md @@ -1,2 +1,3 @@ -- Unpack Wasm client state at `ConnectionOpenTry` and `ConnectionOpenAck` for - host client state. ([#1237](https://github.com/cosmos/ibc-rs/issues/1237)). +- Unpack/pack Wasm client/consensus state at `ConnectionOpenTry` and + `ConnectionOpenAck` for host client/consensus state. + ([#1237](https://github.com/cosmos/ibc-rs/issues/1237)).