From 189331d3b031039c41518c2328e66fc2a97ce59d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 25 May 2018 11:18:07 -0700 Subject: [PATCH] release note for RandomBits --- RELEASES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index e050f2db..62e4b1a8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,7 +11,8 @@ - [`BigInt` now supports assignment operators][41] like `AddAssign`. - [`BigInt` and `BigUint` now support conversions with `i128` and `u128`][44], if sufficient compiler support is detected. -- [`BigInt` and `BigUint` now implement rand's `SampleUniform` trait][48]. +- [`BigInt` and `BigUint` now implement rand's `SampleUniform` trait][48], and + [a custom `RandomBits` distribution samples by bit size][49]. - The release also includes other miscellaneous improvements to performance. ### Breaking Changes @@ -44,6 +45,7 @@ [44]: https://github.com/rust-num/num-bigint/pull/44 [46]: https://github.com/rust-num/num-bigint/pull/46 [48]: https://github.com/rust-num/num-bigint/pull/48 +[49]: https://github.com/rust-num/num-bigint/pull/49 # Release 0.1.44