Skip to content

Commit 5bc0f0c

Browse files
committed
Update changelog
1 parent 90c3c3e commit 5bc0f0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- A nonblocking trait for interfacing with random number generation hardware.
1212

1313
### Changed
14-
- The current versions of `InputPin` have been proven. These are `digital::v1::InputPin`
15-
and `digital::v2::InputPin`.
14+
- All traits have been marked as proven (`unproven` feature has been removed).
15+
- All trait methods have been made fallible.
16+
- All trait methods have been renamed `try_*` (i.e. `try_send`) for consistency.
1617

1718
## [v0.2.3] - 2019-05-09
1819

0 commit comments

Comments
 (0)