We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9ee0 commit 76a267aCopy full SHA for 76a267a
CHANGELOG.md
@@ -21,6 +21,8 @@ and this project adheres to
21
`MockApi::addr_make` from `DepsMut`. ([#2383])
22
- cosmwasm-std: Added `ibc2_port` to `ContractInfoResponse`. ([#2390], [#2403])
23
- cosmwasm-vm: Added `ibc2_packet_receive` entrypoint ([#2403])
24
+- cosmwasm-vm: Add IBC Callbacks entrypoints to the `Entrypoints` enum.
25
+ ([#2438])
26
27
## Changed
28
@@ -92,6 +94,7 @@ and this project adheres to
92
94
[#2399]: https://github.com/CosmWasm/cosmwasm/pull/2399
93
95
[#2403]: https://github.com/CosmWasm/cosmwasm/pull/2403
96
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
97
+[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
98
99
## [2.2.0] - 2024-12-17
100
0 commit comments