Skip to content

Commit 198475a

Browse files
committed
CHANGELOG
1 parent 107db7e commit 198475a

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,10 +10,12 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1010

1111
## [0.10.0 — Unreleased]
1212
### Changes
13+
- 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)
1314
- Use Edition 2024 and MSRV 1.85 (#1653)
1415
- Let `Fill` be implemented for element types, not sliceable types (#1652)
1516

1617
### Additions
18+
- Add fns `IndexedRandom::choose_iter`, `choose_weighted_iter` (#1632)
1719
- Pub export `Xoshiro128PlusPlus`, `Xoshiro256PlusPlus` prngs (#1649)
1820

1921
## [0.9.2 — 2025-07-20]

0 commit comments

Comments
 (0)