We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f822af commit 849701aCopy full SHA for 849701a
CHANGELOG.md
@@ -26,11 +26,14 @@ and this project adheres to
26
- cosmwasm-vm: Export a new `migrate_with_info` function ([#2212])
27
- cosmwasm-derive: Add support for migrate method with
28
`migrate_info: MigrateInfo` argument. ([#2212])
29
+- cosmwasm-vm: Enable support for reference-types proposal, required since Rust
30
+ 1.82 ([#2288])
31
32
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
33
[#2196]: https://github.com/CosmWasm/cosmwasm/pull/2196
34
[#2220]: https://github.com/CosmWasm/cosmwasm/pull/2220
35
[#2212]: https://github.com/CosmWasm/cosmwasm/pull/2212
36
+[#2288]: https://github.com/CosmWasm/cosmwasm/pull/2288
37
38
### Changed
39
0 commit comments