Skip to content

Commit ebb4f52

Browse files
committed
Update changelog
1 parent c07c277 commit ebb4f52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ and this project adheres to
1010

1111
- cosmwasm-std: Implement `Decimal{,256}::checked_mul` and
1212
`Decimal{,256}::checked_pow`.
13-
- cosmwasm-std: Implement `Sub`/`SubAssign` for `Uint64`.
14-
- cosmwasm-std: Implement `Mul`/`MulAssign` for `Uint64`.
13+
- cosmwasm-std: Implement `Sub`/`SubAssign` for
14+
`Uint64`/`Uint128`/`Uint256`/`Uint512`.
15+
- cosmwasm-std: Implement `Mul`/`MulAssign` for
16+
`Uint64`/`Uint128`/`Uint256`/`Uint512`.
17+
- cosmwasm-std: Implement `RemAssign` for
18+
`Uint64`/`Uint128`/`Uint256`/`Uint512`.
1519
- cosmwasm-crypto: Upgrade ed25519-zebra to version 3.
1620

1721
### Changed

0 commit comments

Comments
 (0)