Skip to content

Commit 5eedda0

Browse files
committed
CHANGELOG for rust-random#1537
1 parent 0993ba6 commit 5eedda0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
2323
- The `serde1` feature has been renamed `serde` (#1477)
2424
- The implicit feature `rand_chacha` has been removed. This is enabled by `std_rng`. (#1473)
2525
- Enable feature `small_rng` by default (#1455)
26-
- Rename feature `getrandom` to `os_rng`
26+
- Rename feature `getrandom` to `os_rng` (#1537)
2727

2828
### Inherited changes from `rand_core`
2929
- Add fn `RngCore::read_adapter` implementing `std::io::Read` (#1267)

rand_chacha/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.9.0-beta.0] - 2024-11-25
88
This is a pre-release. To depend on this version, use `rand_chacha = "=0.9.0-beta.0"` to prevent automatic updates (which can be expected to include breaking changes).
9-
- Rename feature `getrandom` to `os_rng`
109

1110
- Made `rand_chacha` propagate the `std` feature down to `rand_core` (#1153)
1211
- Remove usage of `unsafe` in `fn generate` (#1181) then optimise for AVX2 (~4-7%) (#1192)
1312
- The `serde1` feature has been renamed `serde` (#1477)
1413
- Revise crate docs (#1454)
14+
- Rename feature `getrandom` to `os_rng` (#1537)
1515

1616
## [0.3.1] - 2021-06-09
1717
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)

rand_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.9.0-beta.0] - 2024-11-25
88
This is a pre-release. To depend on this version, use `rand_core = "=0.9.0-beta.0"` to prevent automatic updates (which can be expected to include breaking changes).
9-
- Rename feature `getrandom` to `os_rng`
109

1110
### Compilation options and unsafe
1211
- Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using `--ignore-rust-version`
@@ -19,6 +18,7 @@ This is a pre-release. To depend on this version, use `rand_core = "=0.9.0-beta.
1918
- Add trait `CryptoBlockRng: BlockRngCore`; make `trait CryptoRng: RngCore` (#1273)
2019
- Add traits `TryRngCore`, `TryCryptoRng` (#1424, #1499)
2120
- Add bounds `Clone` and `AsRef` to associated type `SeedableRng::Seed` (#1491)
21+
- Rename feature `getrandom` to `os_rng` (#1537)
2222

2323
## [0.6.4] - 2022-09-15
2424
- Fix unsoundness in `<BlockRng64 as RngCore>::next_u32` (#1160)

rand_pcg/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.9.0-beta.0] - 2024-11-25
88
This is a pre-release. To depend on this version, use `rand_chacha = "=0.9.0-beta.0"` to prevent automatic updates (which can be expected to include breaking changes).
9-
- Rename feature `getrandom` to `os_rng`
109

1110
- The `serde1` feature has been renamed `serde` (#1477)
1211
- Add `Lcg128CmDxsm64` generator compatible with NumPy's `PCG64DXSM` (#1202)
1312
- Add examples for initializing the RNGs
1413
- Revise crate docs (#1454)
14+
- Rename feature `getrandom` to `os_rng` (#1537)
1515

1616
## [0.3.1] - 2021-06-15
1717
- Add `advance` methods to RNGs (#1111)

0 commit comments

Comments
 (0)