From 937320cbfeebd4352a23086d9c6e68f067f74644 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 14 Feb 2022 08:37:01 +0000 Subject: [PATCH] Update CHANGELOG for 0.8.5 (#1221) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91fe96d3d5..b0872af6d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).