diff --git a/CHANGELOG.md b/CHANGELOG.md index 377380bbbfc..d69d7948a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ 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. ## [Unreleased] +### Additions +- Use const-generics to support arrays of all sizes (#1104) + ### Other - Reorder asserts in `Uniform` float distributions for easier debugging of non-finite arguments (#1094, #1108)