We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07c277 commit ebb4f52Copy full SHA for ebb4f52
CHANGELOG.md
@@ -10,8 +10,12 @@ and this project adheres to
10
11
- cosmwasm-std: Implement `Decimal{,256}::checked_mul` and
12
`Decimal{,256}::checked_pow`.
13
-- cosmwasm-std: Implement `Sub`/`SubAssign` for `Uint64`.
14
-- cosmwasm-std: Implement `Mul`/`MulAssign` for `Uint64`.
+- cosmwasm-std: Implement `Sub`/`SubAssign` for
+ `Uint64`/`Uint128`/`Uint256`/`Uint512`.
15
+- cosmwasm-std: Implement `Mul`/`MulAssign` for
16
17
+- cosmwasm-std: Implement `RemAssign` for
18
19
- cosmwasm-crypto: Upgrade ed25519-zebra to version 3.
20
21
### Changed
0 commit comments