Skip to content

Commit c24d30e

Browse files
committed
Update CHANGELOG
1 parent fe24025 commit c24d30e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ and this project adheres to
1414
`CanonicalAddr` ([#1463]).
1515
- cosmwasm-std: Implement `PartialEq` between `CanonicalAddr` and
1616
`HexBinary`/`Binary` ([#1463]).
17+
- cosmwasm-std: Add `GovMsg::VoteWeighted`. In order to use this in a contract,
18+
the `cosmwasm_1_2` feature needs to be enabled for the `cosmwasm_std`
19+
dependency. This makes the contract incompatible with chains running versions
20+
of CosmWasm earlier than 1.2.0 ([#1481]).
1721

1822
[#1463]: https://github.com/CosmWasm/cosmwasm/pull/1463
23+
[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
1924

2025
### Changed
2126

0 commit comments

Comments
 (0)