Document moved traits in changelog

This commit is contained in:
Diego Barrios Romero
2020-04-04 14:05:18 +02:00
parent adf7f9b788
commit 2463c6fce3

View File

@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- All traits have been marked as proven (`unproven` feature has been removed).
- All trait methods have been made fallible.
- All trait methods have been renamed `try_*` (i.e. `try_send`) for consistency.
- The `Capture`, `Pwm`, `PwmPin` and `Qei` traits have been moved into their own
`capture`, `pwm` and `qei` modules for consistency.
- The minimum supported Rust version is 1.35 due to [this issue](https://github.com/rust-lang/rust/issues/54973).
## [v0.2.3] - 2019-05-09