File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
### API changes
16
16
- Allow ` rand_core::impls::fill_via_u*_chunks ` to mutate source (#1182 )
17
17
- 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 )
19
19
- Add traits ` TryRngCore ` , ` TryCryptoRng ` (#1424 , #1499 )
20
20
- Rename ` fn SeedableRng::from_rng ` -> ` try_from_rng ` and add infallible variant ` fn from_rng ` (#1424 )
21
21
- Rename ` fn SeedableRng::from_entropy ` -> ` from_os_rng ` and add fallible variant ` fn try_from_os_rng ` (#1424 )
You can’t perform that action at this time.
0 commit comments