Skip to content

Commit 5641c0d

Browse files
committed
Mention FromEntropy in changelog
1 parent ecb9647 commit 5641c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You may also find the [Update Guide](UPDATING.md) useful.
4343
- Add `RngCore::try_fill_bytes`. (#225)
4444

4545
### Other traits and types
46-
- Add `NewRng` trait. (#233)
46+
- Add `FromEntropy` trait. (#233, #375)
4747
- Add `SmallRng` wrapper. (#296)
4848
- Rewrite `ReseedingRng` to only work with `BlockRngCore` (substantial performance improvement). (#281)
4949
- Deprecate `weak_rng`. Use `SmallRng` instead. (#296)
@@ -52,6 +52,7 @@ You may also find the [Update Guide](UPDATING.md) useful.
5252

5353
### Random number generators
5454
- Switch `StdRng` and `thread_rng` to HC-128. (#277)
55+
- `StdRng` must now be created with `from_entropy` instead of `new`
5556
- Change `thread_rng` reseeding threshold to 32 MiB. (#277)
5657
- PRNGs no longer implement `Copy`. (#209)
5758
- `Debug` implementations no longer show internals. (#209)

0 commit comments

Comments
 (0)