You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
6
7
-
## [0.5.1] - Unreleased
7
+
## [0.6.0-pre.0] - Unreleased
8
8
9
-
### Fixed
9
+
### Changed
10
10
11
-
- Bumped `crypto-bigint` to 0.5.4. ([#35])
11
+
- Bumped `crypto-bigint` to 0.6.0-pre.5. ([#38])
12
+
- Bumped MSRV to 1.73. (#[38])
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. (#[38])
14
+
- All bit length-type parameters take `u32` instead of `usize`. (#[38])
0 commit comments