Skip to content

Commit 2bc54d0

Browse files
committed
Update changelog
1 parent 0913bc7 commit 2bc54d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1313
- impl PartialEq+Eq for StdRng, SmallRng, and StepRng (#975)
1414
- Added a `serde1` feature and added Serialize/Deserialize to `UniformInt` and `WeightedIndex` (#974)
1515
- Document types supported by `random` (#994)
16+
- Implement weighted sampling without replacement (#976, #1013)
1617

1718
### Changes
1819
- `gen_range(a, b)` was replaced with `gen_range(a..b)`, and `gen_range(a..=b)`
1920
is supported (#744, #1003). Note that `a` and `b` can no longer be references or SIMD types.
2021
- Replace `AsByteSliceMut` with `Fill` (#940)
2122
- Move alias method for `WeightedIndex` to `rand_distr` (#945)
2223
- `Alphanumeric` samples bytes instead of chars (#935)
24+
- The minimum supported Rust version is now 1.36 (#1011)
2325
- Better NaN handling for `WeightedIndex` (#1005)
2426
- Implement `IntoIterator` for `IndexVec`, replacing the `into_iter` method (#1007)
2527
- Reduce packaged crate size (#983)

0 commit comments

Comments
 (0)