Skip to content

Commit

Permalink
Add note about must_use to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed May 2, 2023
1 parent 905a4c6 commit cbe4b97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to

## [Unreleased]

### Added

- cosmwasm-std: Add `#[must_use]` annotations to `Uint64`, `Uint128`, `Uint256`,
`Uint512`, `Decimal` and `Decimal256` math operations ([#1678])

[#1678]: https://github.com/CosmWasm/cosmwasm/pull/1678

## [1.2.4] - 2023-04-17

### Fixed
Expand Down

0 comments on commit cbe4b97

Please sign in to comment.