You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,21 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
8
8
9
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
10
11
-
## [Unreleased]
12
-
- Remove `zerocopy` dependency (#1579)
11
+
## [0.9.1] - 2025-04-17
12
+
### Security and unsafe
13
+
- Revise "not a crypto library" policy again (#1565)
14
+
- Remove `zerocopy` dependency from `rand` (#1579)
15
+
16
+
### Fixes
13
17
- Fix feature `simd_support` for recent nightly rust (#1586)
14
-
- Add `Alphabetic` distribution. (#1587)
15
-
- Re-export `rand_core` (#1602)
18
+
19
+
### Changes
16
20
- Allow `fn rand::seq::index::sample_weighted` and `fn IndexedRandom::choose_multiple_weighted` to return fewer than `amount` results (#1623), reverting an undocumented change (#1382) to the previous release.
0 commit comments