@@ -15,10 +15,10 @@ and this project adheres to
15
15
` From<Int128> for i128 ` ([ #2268 ] )
16
16
- cosmwasm-std: Implement ` Uint128::from_{be,le}_bytes ` and
17
17
` Uint64::from_{be,le}_bytes ` . ([ #2269 ] )
18
- - cosmwasm-std: Added new ` Ibc2Msg ` and ` CosmosMsg::Ibc2 ` variant ([ #2390 ] ,
19
- [ #2403 ] )
18
+ - cosmwasm-std: Added new ` Ibc2Msg ` and ` CosmosMsg::Ibc2 ` variant ([ #2340 ] ,
19
+ [ #2390 ] , [ # 2403 ] )
20
20
- cosmwasm-std: Implement downcasting for ` Api ` trait. This allows using
21
- ` MockApi::addr_make ` from ` DepsMut ` . ([ #2383 ] )
21
+ ` MockApi::addr_make ` from ` DepsMut ` . ([ #2457 ] )
22
22
- cosmwasm-std: Added ` ibc2_port ` to ` ContractInfoResponse ` . ([ #2390 ] , [ #2403 ] )
23
23
- cosmwasm-vm: Added ` ibc2_packet_receive ` entrypoint ([ #2403 ] )
24
24
- cosmwasm-vm: Add IBC Callbacks entrypoints to the ` Entrypoints ` enum.
@@ -91,7 +91,6 @@ and this project adheres to
91
91
[ #2367 ] : https://github.com/CosmWasm/cosmwasm/issues/2367
92
92
[ #2374 ] : https://github.com/CosmWasm/cosmwasm/issues/2374
93
93
[ #2378 ] : https://github.com/CosmWasm/cosmwasm/issues/2378
94
- [ #2383 ] : https://github.com/CosmWasm/cosmwasm/issues/2383
95
94
[ #2390 ] : https://github.com/CosmWasm/cosmwasm/issues/2390
96
95
[ #2393 ] : https://github.com/CosmWasm/cosmwasm/issues/2393
97
96
[ #2399 ] : https://github.com/CosmWasm/cosmwasm/pull/2399
@@ -100,6 +99,7 @@ and this project adheres to
100
99
[ #2432 ] : https://github.com/CosmWasm/cosmwasm/pull/2432
101
100
[ #2433 ] : https://github.com/CosmWasm/cosmwasm/pull/2433
102
101
[ #2438 ] : https://github.com/CosmWasm/cosmwasm/pull/2438
102
+ [ #2457 ] : https://github.com/CosmWasm/cosmwasm/issues/2457
103
103
104
104
## [ 2.2.0] - 2024-12-17
105
105
0 commit comments