Skip to content

Commit 530dfb4

Browse files
committed
Update changelog
1 parent 59e1d7f commit 530dfb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ and this project adheres to
9898
`::addr_canonicalize`/`::addr_humanize` for consistency.
9999
- cosmwasm-vm: Add `BackendApi::addr_validate` to avoid having to do two calls
100100
from Rust into Go.
101-
- cosmwasm-vm: Upgrade Wasmer to 4.2.5; Bump `MODULE_SERIALIZATION_VERSION` to
102-
"v9". ([#1992])
101+
- cosmwasm-vm: Upgrade Wasmer to 4.2.6; Bump `MODULE_SERIALIZATION_VERSION` to
102+
"v9". ([#1992], [#2042])
103103
- cosmwasm-std: Rename `GovMsg::vote` to `GovMsg::option` ([#1999])
104104
- cosmwasm-vm: Read `Region` from Wasm memory as bytes and convert to `Region`
105105
afterwards ([#2005])
@@ -131,6 +131,7 @@ and this project adheres to
131131
[#1992]: https://github.com/CosmWasm/cosmwasm/pull/1992
132132
[#1999]: https://github.com/CosmWasm/cosmwasm/pull/1999
133133
[#2005]: https://github.com/CosmWasm/cosmwasm/pull/2005
134+
[#2042]: https://github.com/CosmWasm/cosmwasm/pull/2042
134135

135136
### Removed
136137

0 commit comments

Comments
 (0)