We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c3c3e commit 5bc0f0cCopy full SHA for 5bc0f0c
CHANGELOG.md
@@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
- A nonblocking trait for interfacing with random number generation hardware.
12
13
### Changed
14
-- The current versions of `InputPin` have been proven. These are `digital::v1::InputPin`
15
- and `digital::v2::InputPin`.
+- All traits have been marked as proven (`unproven` feature has been removed).
+- All trait methods have been made fallible.
16
+- All trait methods have been renamed `try_*` (i.e. `try_send`) for consistency.
17
18
## [v0.2.3] - 2019-05-09
19
0 commit comments