Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Oct 3, 2024
1 parent 0ecc6b2 commit 9af9444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
- Implement `Distribution<u64>` for `Poisson<f64>` (#1498)
- Limit the maximal acceptable lambda for `Poisson` to solve (#1312) (#1498)
- Rename `Rng::gen_iter` to `random_iter` (#1500)
- Implement `Rng` methods as inherent methods on `StepRng`, `SmallRng`, `StdRng`, `ThreadRng` (#1492)

## [0.9.0-alpha.1] - 2024-03-18
- Add the `Slice::num_choices` method to the Slice distribution (#1402)
Expand Down

0 comments on commit 9af9444

Please sign in to comment.