Skip to content

Commit 664fb3c

Browse files
authored
Mention removal of CryptoRngCore (#1562)
Closes #1561.
1 parent e06370c commit 664fb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### API changes
1616
- Allow `rand_core::impls::fill_via_u*_chunks` to mutate source (#1182)
1717
- Add fn `RngCore::read_adapter` implementing `std::io::Read` (#1267)
18-
- Add trait `CryptoBlockRng: BlockRngCore`; make `trait CryptoRng: RngCore` (#1273)
18+
- Add trait `CryptoBlockRng: BlockRngCore`; make `trait CryptoRng: RngCore` replacing `CryptoRngCore` (#1273)
1919
- Add traits `TryRngCore`, `TryCryptoRng` (#1424, #1499)
2020
- Rename `fn SeedableRng::from_rng` -> `try_from_rng` and add infallible variant `fn from_rng` (#1424)
2121
- Rename `fn SeedableRng::from_entropy` -> `from_os_rng` and add fallible variant `fn try_from_os_rng` (#1424)

0 commit comments

Comments
 (0)