Skip to content

Commit b24e7ea

Browse files
committed
Add CHANGELOG entry for 2.5.0.
1 parent bd282be commit b24e7ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Entries are listed in reverse chronological order.
44

5+
## 2.5.0
6+
7+
* Add constant-timedness note to the documentation for `CtOption::unwrap_or_else`.
8+
* Add `CtOption::expect`.
9+
* Add `ConstantTimeEq::ct_ne` with default implementation.
10+
* Add new `core_hint_black_box` feature from Diane Hosfelt and Amber
11+
Sprenkels which utilises the original `black_box` functionality from
12+
when subtle was first written, which has now found it's way into the
13+
Rust standard library.
14+
515
## 2.4.1
616

717
* Fix a bug in how the README was included in the documentation builds

0 commit comments

Comments
 (0)