Skip to content

Commit 893786a

Browse files
committed
Add CHANGELOG entry for to_uint_floor/to_uint_ceil [ci skip]
1 parent 7e13d25 commit 893786a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- cosmwasm-std: Add `Decimal{,256}::to_uint_floor` and `::to_uint_ceil` for
12+
efficient and explicit decimal to uint conversion ([#1603]).
13+
14+
[#1603]: https://github.com/CosmWasm/cosmwasm/pull/1603
15+
916
### Fixed
1017

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

0 commit comments

Comments
 (0)