Skip to content

Commit fbba7f6

Browse files
committed
Add note about must_use to changelog
1 parent e8ea071 commit fbba7f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ and this project adheres to
1010

1111
- cosmwasm-std: Implement `PartialEq` for `Addr == &Addr` and `&Addr == Addr` as
1212
well as `Event == &Event` and `&Event == Event` ([#1672]).
13+
- cosmwasm-std: Add `#[must_use]` annotations to `Uint64`, `Uint128`, `Uint256`,
14+
`Uint512`, `Decimal` and `Decimal256` math operations ([#1678])
1315

1416
[#1672]: https://github.com/CosmWasm/cosmwasm/pull/1672
17+
[#1678]: https://github.com/CosmWasm/cosmwasm/pull/1678
1518

1619
### Deprecated
1720

0 commit comments

Comments
 (0)