Skip to content

Commit a61efd9

Browse files
vksdhardy
authored andcommitted
Update changelog
1 parent e1dfed3 commit a61efd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 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
- Added a `serde1` feature and added Serialize/Deserialize to `UniformInt` and `WeightedIndex` (#974)
1515
- Document types supported by `random` (#994)
1616
- Implement weighted sampling without replacement (#976, #1013)
17+
- Add `IteratorRandom::choose_stable` as an alternative to `choose` which does not depend on size hints (#1057)
1718

1819
### Changes
1920
- `getrandom` updated to v0.2 (#1041)
@@ -33,6 +34,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
3334
- `StdRng`: Switch from ChaCha20 to ChaCha12 for better performance (#1028)
3435
- `SmallRng`: Replace PCG algorithm with xoshiro{128,256}++ (#1038)
3536
- The `nightly` feature no longer implies the `simd_support` feature (#1048)
37+
- Fix `simd_support` feature to work on current nightlies (#1056)
38+
- Improve accuracy and performance of `IteratorRandom::choose` (#1059)
3639

3740
## [0.7.3] - 2020-01-10
3841
### Fixes

0 commit comments

Comments
 (0)