Skip to content

Commit 597f35c

Browse files
committed
Sort num-traits impls by PR number
1 parent 240b6b1 commit 597f35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
`DivRemLimb`/`RemLimb` ([#496]), `InvMod` ([#505], [#741]), `SquareRoot` ([#508]),
3030
`BitOperations` ([#507]), `ShrVartime`/`ShlVartime` ([#509]), `RandomBits` ([#510]),
3131
`RemMixed` ([#746])
32-
- `num-traits` impls: `Wrapping*` ([#425]), `Zero`/`One` ([#433]), `Num` ([#720]),
33-
`ConstZero` ([#573])
32+
- `num-traits` impls: `Wrapping*` ([#425]), `Zero`/`One` ([#433]), `ConstZero` ([#573]),
33+
`Num` ([#720])
3434
- safegcd (Bernstein-Yang) GCD + inv mod algorithm ([#372], [#493], [#632], [#635], [#655])
3535
- Constant-time square root and division ([#376])
3636
- Implement `Zeroize` for `NonZero` wrapper ([#406])

0 commit comments

Comments
 (0)