diff --git a/CHANGELOG.md b/CHANGELOG.md index a09c14c563..99a34b7696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update. - Implement `Distribution` for `Poisson` (#1498) - Limit the maximal acceptable lambda for `Poisson` to solve (#1312) (#1498) - Rename `Rng::gen_iter` to `random_iter` (#1500) +- Rename `rand::thread_rng()` to `rand::rng()`, and remove from the prelude (#1506) +- Remove `rand::random()` from the prelude (#1506) ## [0.9.0-alpha.1] - 2024-03-18 - Add the `Slice::num_choices` method to the Slice distribution (#1402)