We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd282be commit b24e7eaCopy full SHA for b24e7ea
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
Entries are listed in reverse chronological order.
4
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
15
## 2.4.1
16
17
* Fix a bug in how the README was included in the documentation builds
0 commit comments