We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ebe0 commit b7380fdCopy full SHA for b7380fd
CHANGELOG.md
@@ -10,7 +10,12 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
10
11
## [0.8.5] - unreleased
12
### Fixes
13
-- Fix build on non-32/64-bit architectures (#1144)
+- 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.
19
20
## [0.8.4] - 2021-06-15
21
### Additions
0 commit comments