From c73d9a7c342f256dffb6a0ca12d8db385b2cad96 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Wed, 12 Jun 2024 14:38:52 +0200 Subject: [PATCH] update changelog entry --- .../unreleased/features/1237-unpack-wasm-client-state.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)).