Skip to content

Commit a6fe364

Browse files
committed
Simplify changelog
1 parent b5cc717 commit a6fe364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1111
## [Unreleased]
1212
- Add `rand::distributions::WeightedIndex::{weight, weights, total_weight}` (#1420)
1313
- Bump the MSRV to 1.61.0
14-
- Introduce `Rng::random` as an identical alternative to `Rng::gen`, which is now deprecated due to conflicting with a
15-
keyword in Rust 2024 (#1435)
14+
- Rename `Rng::gen` to `Rng::random` to avoid conflict with the new `gen` keyword in Rust 2024 (#1435)
1615
- Move all benchmarks to new `benches` crate (#1439)
1716

1817
## [0.9.0-alpha.1] - 2024-03-18

0 commit comments

Comments
 (0)