Skip to content

Commit

Permalink
Add more changes to 0.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Apr 29, 2022
1 parent 42c22de commit 683903c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Release 0.1.45 (2022-04-29)

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

**Contributors**: @cuviper, @WizardOfMenlo
**Contributors**: @ciphergoth, @cuviper, @tspiteri, @WizardOfMenlo

[45]: https://github.com/rust-num/num-integer/pull/45
[46]: https://github.com/rust-num/num-integer/pull/46
[47]: https://github.com/rust-num/num-integer/pull/47

# Release 0.1.44 (2020-10-29)
Expand Down

0 comments on commit 683903c

Please sign in to comment.