Skip to content

Commit

Permalink
CHANGELOG for #1537
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 26, 2024
1 parent 0993ba6 commit 5eedda0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
- The `serde1` feature has been renamed `serde` (#1477)
- The implicit feature `rand_chacha` has been removed. This is enabled by `std_rng`. (#1473)
- Enable feature `small_rng` by default (#1455)
- Rename feature `getrandom` to `os_rng`
- Rename feature `getrandom` to `os_rng` (#1537)

### Inherited changes from `rand_core`
- Add fn `RngCore::read_adapter` implementing `std::io::Read` (#1267)
Expand Down
2 changes: 1 addition & 1 deletion rand_chacha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.0-beta.0] - 2024-11-25
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).
- Rename feature `getrandom` to `os_rng`

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

## [0.3.1] - 2021-06-09
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)
Expand Down
2 changes: 1 addition & 1 deletion rand_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.0-beta.0] - 2024-11-25
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).
- Rename feature `getrandom` to `os_rng`

### Compilation options and unsafe
- 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`
Expand All @@ -19,6 +18,7 @@ This is a pre-release. To depend on this version, use `rand_core = "=0.9.0-beta.
- Add trait `CryptoBlockRng: BlockRngCore`; make `trait CryptoRng: RngCore` (#1273)
- Add traits `TryRngCore`, `TryCryptoRng` (#1424, #1499)
- Add bounds `Clone` and `AsRef` to associated type `SeedableRng::Seed` (#1491)
- Rename feature `getrandom` to `os_rng` (#1537)

## [0.6.4] - 2022-09-15
- Fix unsoundness in `<BlockRng64 as RngCore>::next_u32` (#1160)
Expand Down
2 changes: 1 addition & 1 deletion rand_pcg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.0-beta.0] - 2024-11-25
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).
- Rename feature `getrandom` to `os_rng`

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

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

0 comments on commit 5eedda0

Please sign in to comment.