Skip to content

Commit 26ffd25

Browse files
committed
CHANGELOG
1 parent 8c5840f commit 26ffd25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1414
- 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)
1515
- Use Edition 2024 and MSRV 1.85 (#1653)
1616
- Let `Fill` be implemented for element types, not sliceable types (#1652)
17+
- Replace fn `TryRngCore::read_adapter(..) -> RngReadAdapter` with simpler struct `RngReader` (#1669)
1718

1819
### Additions
1920
- Add fns `IndexedRandom::choose_iter`, `choose_weighted_iter` (#1632)

rand_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Relax `Sized` bound on impls of `SeedableRng` (#1641)
1010
- Move `rand_core::impls::*` to `rand_core::le` module (#1667)
1111
- Use Edition 2024 and MSRV 1.85 (#1668)
12+
- Remove fn `TryRngCore::read_adapter(..) -> RngReadAdapter` (replaced with `rand::RngReader`) (#1669)
1213

1314
## [0.9.3] — 2025-02-29
1415
### Other

0 commit comments

Comments
 (0)