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 42c22de commit 683903cCopy full SHA for 683903c
RELEASES.md
@@ -1,10 +1,15 @@
1
# Release 0.1.45 (2022-04-29)
2
3
+- [`Integer::next_multiple_of` and `prev_multiple_of` no longer overflow -1][45].
4
- [`Integer::is_multiple_of` now handles a 0 argument without panicking][47]
5
for primitive integers.
6
+- [`ExtendedGcd` no longer has any private fields][46], making it possible for
7
+ external implementations to customize `Integer::extended_gcd`.
8
-**Contributors**: @cuviper, @WizardOfMenlo
9
+**Contributors**: @ciphergoth, @cuviper, @tspiteri, @WizardOfMenlo
10
11
+[45]: https://github.com/rust-num/num-integer/pull/45
12
+[46]: https://github.com/rust-num/num-integer/pull/46
13
[47]: https://github.com/rust-num/num-integer/pull/47
14
15
# Release 0.1.44 (2020-10-29)
0 commit comments