Skip to content

Commit 534b292

Browse files
committed
CHANGELOG
1 parent 7e34a38 commit 534b292

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
88

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11+
## [Unreleased]
12+
### 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)
14+
15+
### Additions
16+
- Add fns `IndexedRandom::choose_iter`, `choose_weighted_iter` (#1632)
17+
1118
## [0.9.1] - 2025-04-17
1219
### Security and unsafe
1320
- Revise "not a crypto library" policy again (#1565)

0 commit comments

Comments
 (0)