Skip to content

Commit

Permalink
Update CHANGELOG with additional 2.5.0 updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Feb 28, 2023
1 parent b3ba6bc commit 574347d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Entries are listed in reverse chronological order.
Sprenkels which utilises the original `black_box` functionality from
when subtle was first written, which has now found it's way into the
Rust standard library.
* Add new `const-generics` feature from @survived which adds support
for subtle traits for generic arrays `[T; N]`.
* Add new feature for supporting `core::cmp::Ordering` for types which
implement subtle traits, patch from @tarcieri.
* Update `rand` dependency to 0.8.

## 2.4.1

Expand Down

0 comments on commit 574347d

Please sign in to comment.