Skip to content

Commit 2214822

Browse files
committed
Adjust changelog entries
1 parent 5ce24c7 commit 2214822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ and this project adheres to
1515
`From<Int128> for i128` ([#2268])
1616
- cosmwasm-std: Implement `Uint128::from_{be,le}_bytes` and
1717
`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])
2020
- cosmwasm-std: Implement downcasting for `Api` trait. This allows using
21-
`MockApi::addr_make` from `DepsMut`. ([#2383])
21+
`MockApi::addr_make` from `DepsMut`. ([#2457])
2222
- cosmwasm-std: Added `ibc2_port` to `ContractInfoResponse`. ([#2390], [#2403])
2323
- cosmwasm-vm: Added `ibc2_packet_receive` entrypoint ([#2403])
2424
- cosmwasm-vm: Add IBC Callbacks entrypoints to the `Entrypoints` enum.
@@ -91,7 +91,6 @@ and this project adheres to
9191
[#2367]: https://github.com/CosmWasm/cosmwasm/issues/2367
9292
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2374
9393
[#2378]: https://github.com/CosmWasm/cosmwasm/issues/2378
94-
[#2383]: https://github.com/CosmWasm/cosmwasm/issues/2383
9594
[#2390]: https://github.com/CosmWasm/cosmwasm/issues/2390
9695
[#2393]: https://github.com/CosmWasm/cosmwasm/issues/2393
9796
[#2399]: https://github.com/CosmWasm/cosmwasm/pull/2399
@@ -100,6 +99,7 @@ and this project adheres to
10099
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
101100
[#2433]: https://github.com/CosmWasm/cosmwasm/pull/2433
102101
[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
102+
[#2457]: https://github.com/CosmWasm/cosmwasm/issues/2457
103103

104104
## [2.2.0] - 2024-12-17
105105

0 commit comments

Comments
 (0)