Skip to content

Commit d8c52e5

Browse files
committed
add to changlog
1 parent fac345e commit d8c52e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,23 @@ and this project adheres to
3333
([#1561]).
3434
- cosmwasm-vm: Add `Cache::remove_wasm` to remove obsolete Wasm blobs and their
3535
compiled modules.
36+
- cosmwasm-std: Implement fraction multiplication and division. Assists with
37+
Uint & Decimal arithmetic and exposes methods for flooring/ceiling result
38+
([#1485], [#1566]).
3639

3740
[#1436]: https://github.com/CosmWasm/cosmwasm/issues/1436
3841
[#1437]: https://github.com/CosmWasm/cosmwasm/issues/1437
39-
[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
4042
[#1478]: https://github.com/CosmWasm/cosmwasm/pull/1478
43+
[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
44+
[#1485]: https://github.com/CosmWasm/cosmwasm/issues/1485
4145
[#1513]: https://github.com/CosmWasm/cosmwasm/pull/1513
4246
[#1533]: https://github.com/CosmWasm/cosmwasm/pull/1533
4347
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
4448
[#1552]: https://github.com/CosmWasm/cosmwasm/pull/1552
4549
[#1554]: https://github.com/CosmWasm/cosmwasm/pull/1554
4650
[#1560]: https://github.com/CosmWasm/cosmwasm/pull/1560
4751
[#1561]: https://github.com/CosmWasm/cosmwasm/pull/1561
52+
[#1566]: https://github.com/CosmWasm/cosmwasm/pull/1566
4853

4954
### Changed
5055

0 commit comments

Comments
 (0)