Skip to content

Commit 2f578fc

Browse files
committed
add a note about rand to 0.1.42
1 parent 34bfa63 commit 2f578fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
- [num-bigint now has its own source repository][num-356] at [rust-num/num-bigint][home].
44
- [`lcm` now avoids creating a large intermediate product][num-350].
55
- [`gcd` now uses Stein's algorithm][15] with faster shifts instead of division.
6+
- [`rand` support is now extended to 0.4][11] (while still allowing 0.3).
67

7-
**Contributors**: @cuviper, @Emerentius, @mhogrefe
8+
**Contributors**: @cuviper, @Emerentius, @ignatenkobrain, @mhogrefe
89

910
[home]: https://github.com/rust-num/num-bigint
1011
[num-350]: https://github.com/rust-num/num/pull/350
1112
[num-356]: https://github.com/rust-num/num/pull/356
13+
[11]: https://github.com/rust-num/num-bigint/pull/11
1214
[15]: https://github.com/rust-num/num-bigint/pull/15
1315

1416

0 commit comments

Comments
 (0)