Skip to content

Commit

Permalink
Update CHANGELOG for 0.8.5 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Feb 14, 2022
1 parent 2924af6 commit 937320c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
- Fix "min_const_gen" feature for `no_std` (#1173)
- Check `libc::pthread_atfork` return value with panic on error (#1178)
- More robust reseeding in case `ReseedingRng` is used from a fork handler (#1178)
- Fix nightly: remove unused `slice_partition_at_index` feature (#1215)
- Fix nightly + `simd_support`: update `packed_simd` (#1216)

### Rngs
- `StdRng`: Switch from HC128 to ChaCha12 on emscripten (#1142).
Expand Down

0 comments on commit 937320c

Please sign in to comment.