diff --git a/CHANGELOG.md b/CHANGELOG.md index 9019ae4b8b..c8816e81cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update. ## [Unreleased] - Add `rand::distributions::WeightedIndex::{weight, weights, total_weight}` (#1420) - Bump the MSRV to 1.61.0 +- Introduce `Rng::random` as an identical alternative to `Rng::gen`, which is now deprecated due to conflicting with a + keyword in Rust 2024 (#1435) ## [0.9.0-alpha.1] - 2024-03-18 - Add the `Slice::num_choices` method to the Slice distribution (#1402)