Skip to content

Commit 683903c

Browse files
committed
Add more changes to 0.1.45
1 parent 42c22de commit 683903c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Release 0.1.45 (2022-04-29)
22

3+
- [`Integer::next_multiple_of` and `prev_multiple_of` no longer overflow -1][45].
34
- [`Integer::is_multiple_of` now handles a 0 argument without panicking][47]
45
for primitive integers.
6+
- [`ExtendedGcd` no longer has any private fields][46], making it possible for
7+
external implementations to customize `Integer::extended_gcd`.
58

6-
**Contributors**: @cuviper, @WizardOfMenlo
9+
**Contributors**: @ciphergoth, @cuviper, @tspiteri, @WizardOfMenlo
710

11+
[45]: https://github.com/rust-num/num-integer/pull/45
12+
[46]: https://github.com/rust-num/num-integer/pull/46
813
[47]: https://github.com/rust-num/num-integer/pull/47
914

1015
# Release 0.1.44 (2020-10-29)

0 commit comments

Comments
 (0)