File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
12
12
## Additions
13
13
- Pub export ` Xoshiro128PlusPlus ` , ` Xoshiro256PlusPlus ` prngs (#1649 )
14
14
15
+ ### Changes
16
+ - Move ` Fill ` trait to ` rand_core ` (#1651 )
17
+
15
18
## [ 0.9.2 — 2025-07-20]
16
19
### Deprecated
17
20
- Deprecate ` rand::rngs::mock ` module and ` StepRng ` generator (#1634 )
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+ ### Additions
9
+ - Add ` Fill ` trait (#1651 )
10
+
7
11
## [ 0.9.3] — 2025-02-29
8
12
### Other
9
13
- Remove ` zerocopy ` dependency (#1607 )
You can’t perform that action at this time.
0 commit comments