Skip to content

Commit a8d3fbc

Browse files
committed
CHANGELOG
1 parent 502d64b commit a8d3fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1010

1111
## [Unreleased]
1212
### Changes
13+
- The features `std_rng`, `sys_rng` and `thread_rng` are now disabled by default ([#1733]).
1314
- The dependency on `rand_chacha` has been replaced with a dependency on `chacha20`. This changes the implementation behind `StdRng`, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in `chacha20` instead of `rand_chacha` (#1642).
1415
- Rename fns `IndexedRandom::choose_multiple` -> `sample`, `choose_multiple_array` -> `sample_array`, `choose_multiple_weighted` -> `sample_weighted`, struct `SliceChooseIter` -> `IndexedSamples` and fns `IteratorRandom::choose_multiple` -> `sample`, `choose_multiple_fill` -> `sample_fill` (#1632)
1516
- Use Edition 2024 and MSRV 1.85 (#1653)
@@ -38,6 +39,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
3839
[#1717]: https://github.com/rust-random/rand/pull/1717
3940
[#1722]: https://github.com/rust-random/rand/pull/1722
4041
[#1732]: https://github.com/rust-random/rand/pull/1732
42+
[#1733]: https://github.com/rust-random/rand/pull/1733
4143

4244
## [0.9.2] - 2025-07-20
4345
### Deprecated

0 commit comments

Comments
 (0)