Skip to content

Commit c13c5a2

Browse files
committed
CHANGELOG entries
1 parent d2bff80 commit c13c5a2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1212
## Additions
1313
- Pub export `Xoshiro128PlusPlus`, `Xoshiro256PlusPlus` prngs (#1649)
1414

15+
### Changes
16+
- Move `Fill` trait to `rand_core` (#1651)
17+
1518
## [0.9.2 — 2025-07-20]
1619
### Deprecated
1720
- Deprecate `rand::rngs::mock` module and `StepRng` generator (#1634)

rand_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Additions
9+
- Add `Fill` trait (#1651)
10+
711
## [0.9.3] — 2025-02-29
812
### Other
913
- Remove `zerocopy` dependency (#1607)

0 commit comments

Comments
 (0)