Skip to content

Commit 1eb4c87

Browse files
committed
CHANGELOGs
1 parent a7441ff commit 1eb4c87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88
### API changes
99
- Relax `Sized` bound on impls of `SeedableRng` (#1641)
10-
- Fix `OsError::raw_os_error` on UEFI targets by returning `Option<usize>` (#1665)
1110
- Move `rand_core::impls::*` to `rand_core::le` module (#1667)
1211
- Use Edition 2024 and MSRV 1.85 (#1668)
1312
- Remove fn `TryRngCore::read_adapter(..) -> RngReadAdapter` (replaced with `rand::RngReader`) (#1669)
13+
- Remove feature `os_rng`, structs `OsRng` and `OsError` and fns `from_os_rng`, `try_from_os_rng` (#1674)
14+
- Remove feature `std` (#1674)
15+
- Removed dependency `getrandom` (#1674)
1416

1517
## [0.9.3] — 2025-02-29
1618
### Other

0 commit comments

Comments
 (0)