File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ A [separate changelog is kept for rand_core](https://github.com/rust-random/core
88
99You 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
1219This 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
You can’t perform that action at this time.
0 commit comments