Skip to content

Commit b7380fd

Browse files
committed
rand: Update changelog
1 parent 698ebe0 commit b7380fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
1010

1111
## [0.8.5] - unreleased
1212
### Fixes
13-
- Fix build on non-32/64-bit architectures (#1144)
13+
- Fix build on non-32/64-bit architectures (#1144)
14+
- Fix "min_const_gen" feature for `no_std` (#1173)
15+
16+
### Rngs
17+
- `StdRng`: Switch from HC128 to ChaCha12 on emscripten (#1142).
18+
We now use ChaCha12 on all platforms.
1419

1520
## [0.8.4] - 2021-06-15
1621
### Additions

0 commit comments

Comments
 (0)