Skip to content

Commit

Permalink
Add CHANGELOG entry for to_uint_floor/to_uint_ceil [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 30, 2023
1 parent 7e13d25 commit 893786a
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 `Decimal{,256}::to_uint_floor` and `::to_uint_ceil` for
efficient and explicit decimal to uint conversion ([#1603]).

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

### Fixed

- cosmwasm-std: Make fields of `WeightedVoteOption` public to allow constructing
Expand Down

0 comments on commit 893786a

Please sign in to comment.