Skip to content

Commit

Permalink
Changelog for rust-random#1104
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Mar 29, 2021
1 parent 7b1b2d0 commit 80172a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down

0 comments on commit 80172a2

Please sign in to comment.