Skip to content

Commit 8a9218a

Browse files
committed
Fix the mess in the changelog from #36 and #38
1 parent 752bdee commit 8a9218a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Changed
1010

11-
- Bumped `crypto-bigint` to 0.6.0-pre.6. ([#38])
12-
- Bumped MSRV to 1.73. (#[38])
13-
- `MillerRabin::new()` takes an `Odd`-wrapped integer. `random_odd_uint()` is renamed to `random_odd_integer()`, takes a `NonZeroU32` for `bit_length`, and returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. (#[38])
14-
- All bit length-type parameters take `u32` instead of `usize`. (#[38])
11+
- Bumped `crypto-bigint` to 0.6.0-pre.6. ([#36])
12+
- Bumped MSRV to 1.73. (#[36])
13+
- `MillerRabin::new()` takes an `Odd`-wrapped integer by value. `random_odd_uint()` returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. (#[36])
14+
- `random_odd_uint()` is renamed to `random_odd_integer()`, takes a `NonZeroU32` for `bit_length`. (#[38])
15+
- All bit length-type parameters take `u32` instead of `usize`. (#[36])
1516
- All the API is based on the `Integer` trait instead of `Uint` specifically. (#[38])
1617

1718

0 commit comments

Comments
 (0)