We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c49c2 commit 0435f0fCopy full SHA for 0435f0f
CHANGELOG.md
@@ -10,7 +10,9 @@ 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
+- Check `libc::pthread_atfork` return value with panic on error (#1178)
15
+- More robust reseeding in case `ReseedingRng` is used from a fork handler (#1178)
16
17
## [0.8.4] - 2021-06-15
18
### Additions
0 commit comments