Skip to content

Commit 02aa1ef

Browse files
committed
CHANGELOG
1 parent ccc1cc6 commit 02aa1ef

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ A [separate changelog is kept for rand_core](https://github.com/rust-random/core
88

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

11+
## [Unreleased]
12+
13+
### Changes
14+
- Document required output order of fn `partial_shuffle` and apply `#[must_use]` ([#1769])
15+
16+
[#1769]: https://github.com/rust-random/rand/pull/1769
17+
1118
## [0.10.1] — 2026-02-11
1219
This release includes a fix for a soundness bug; see [#1763].
1320

@@ -1156,7 +1163,7 @@ Code replaced with a compatibility layer over rand 0.4.
11561163
### Added
11571164
- Separate `rand` out of the standard library
11581165

1159-
[Unreleased]: https://github.com/rust-random/rand/compare/0.10.0...HEAD
1166+
[Unreleased]: https://github.com/rust-random/rand/compare/0.10.1...HEAD
11601167
[0.10.1]: https://github.com/rust-random/rand/compare/0.10.0...0.10.1
11611168
[0.10.0]: https://github.com/rust-random/rand/compare/0.9.2...0.10.0
11621169
[0.9.2]: https://github.com/rust-random/rand/compare/0.9.1...0.9.2

0 commit comments

Comments
 (0)