Skip to content

Commit f6ba5ac

Browse files
committed
Add changelog entry
1 parent 0d98830 commit f6ba5ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,19 @@ and this project adheres to
3434
- cosmwasm-std: Upgrade to `serde-json-wasm` 1.0. This means `u128` and `i128`
3535
are now serialized as numbers instead of strings. Use `Uint128` and `Int128`
3636
instead. ([#1939])
37+
- cosmwasm-std: Make `BalanceResponse`, `AllBalanceResponse`,
38+
`DelegationRewardsResponse`, `DelegatorReward`, `DelegatorValidatorsResponse`,
39+
`PortIdResponse`, `ListChannelsResponse`, `ChannelResponse`,
40+
`BondedDenomResponse`, `AllDelegationsResponse`, `Delegation`,
41+
`DelegationResponse`, `FullDelegation`, `AllValidatorsResponse`,
42+
`ValidatorResponse` and `Validator` non-exhaustive. Add `Validator::create`
43+
and `FullDelegation::create` to allow creating them in a stable way. Use
44+
`Addr` type for `ContractInfoResponse::{creator, admin}`. ([#1883])
3745

3846
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
3947
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
4048
[#1879]: https://github.com/CosmWasm/cosmwasm/pull/1879
49+
[#1883]: https://github.com/CosmWasm/cosmwasm/pull/1883
4150
[#1884]: https://github.com/CosmWasm/cosmwasm/pull/1884
4251
[#1898]: https://github.com/CosmWasm/cosmwasm/pull/1898
4352
[#1902]: https://github.com/CosmWasm/cosmwasm/pull/1902

0 commit comments

Comments
 (0)