From 1145ba0200b771da03b69493844bd2841c51cf44 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 13 Jul 2021 15:23:39 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37ca35a05f..6e87add21bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md). You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful. +## [0.8.5] - unreleased +### Fixes +- Fix build on non-32/64-bit architectures (#1144) + ## [0.8.4] - 2021-06-15 ### Additions - Use const-generics to support arrays of all sizes (#1104)