Skip to content

Commit 2dee287

Browse files
authored
chore: Update CHANGELOG (#2464)
1 parent 14287eb commit 2dee287

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ and this project adheres to
2121
- cosmwasm-vm: Added `ibc2_packet_receive` entrypoint ([#2403])
2222
- cosmwasm-vm: Add IBC Callbacks entrypoints to the `Entrypoints` enum.
2323
([#2438])
24+
- cosmwasm-std: Add `WriteAcknowledgement` to `Ibc2Msg` - ([#2425])
25+
- cosmwasm-vm: Add `ibc2_packet_timeout` entrypoint - ([#2454])
26+
- cosmwasm-std: Add `Ibc2PacketTimeoutMsg` message - ([#2454])
2427

2528
## Changed
2629

@@ -66,6 +69,7 @@ and this project adheres to
6669
- cosmwasm-crypto: Upgrade ark-\* dependencies to 0.5.0. ([#2432])
6770
- cosmwasm-std: Remove support for `BankQuery::AllBalances` and
6871
`query_all_balances`. ([#2433])
72+
- cosmwasm-std: source_client instead of channel_id in IBCv2 - ([#2450])
6973

7074
## Fixed
7175

@@ -96,9 +100,12 @@ and this project adheres to
96100
[#2399]: https://github.com/CosmWasm/cosmwasm/pull/2399
97101
[#2403]: https://github.com/CosmWasm/cosmwasm/pull/2403
98102
[#2417]: https://github.com/CosmWasm/cosmwasm/pull/2417
103+
[#2425]: https://github.com/CosmWasm/cosmwasm/pull/2425
99104
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
100105
[#2433]: https://github.com/CosmWasm/cosmwasm/pull/2433
101106
[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
107+
[#2450]: https://github.com/CosmWasm/cosmwasm/pull/2450
108+
[#2454]: https://github.com/CosmWasm/cosmwasm/pull/2454
102109
[#2458]: https://github.com/CosmWasm/cosmwasm/pull/2458
103110

104111
## [2.2.0] - 2024-12-17

0 commit comments

Comments
 (0)