We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adf7f9b + 2463c6f commit e82ddb8Copy full SHA for e82ddb8
CHANGELOG.md
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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.
17
+- The `Capture`, `Pwm`, `PwmPin` and `Qei` traits have been moved into their own
18
+ `capture`, `pwm` and `qei` modules for consistency.
19
- The minimum supported Rust version is 1.35 due to [this issue](https://github.com/rust-lang/rust/issues/54973).
20
21
## [v0.2.3] - 2019-05-09
0 commit comments