Skip to content

Commit 574347d

Browse files
committed
Update CHANGELOG with additional 2.5.0 updates.
1 parent b3ba6bc commit 574347d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Entries are listed in reverse chronological order.
1111
Sprenkels which utilises the original `black_box` functionality from
1212
when subtle was first written, which has now found it's way into the
1313
Rust standard library.
14+
* Add new `const-generics` feature from @survived which adds support
15+
for subtle traits for generic arrays `[T; N]`.
16+
* Add new feature for supporting `core::cmp::Ordering` for types which
17+
implement subtle traits, patch from @tarcieri.
18+
* Update `rand` dependency to 0.8.
1419

1520
## 2.4.1
1621

0 commit comments

Comments
 (0)