From ca05c45477d68044a89de5857169d92c6adef9b6 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 13 Dec 2023 12:58:14 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddeda11e4..706ca415c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,12 +66,15 @@ and this project adheres to ([#1967]) - cosmwasm-std: Replace `MockApi` with bech32 implementation. ([#1914]) - cosmwasm-vm: Replace `MockApi` with bech32 implementation. ([#1914]) +- cosmwasm-std: Make `IbcReceiveResponse::acknowledgement` optional and add + `IbcReceiveResponse::without_ack` constructor. ([#1892]) [#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874 [#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876 [#1879]: https://github.com/CosmWasm/cosmwasm/pull/1879 [#1883]: https://github.com/CosmWasm/cosmwasm/pull/1883 [#1884]: https://github.com/CosmWasm/cosmwasm/pull/1884 +[#1892]: https://github.com/CosmWasm/cosmwasm/pull/1892 [#1898]: https://github.com/CosmWasm/cosmwasm/pull/1898 [#1902]: https://github.com/CosmWasm/cosmwasm/pull/1902 [#1914]: https://github.com/CosmWasm/cosmwasm/pull/1914