Skip to content

Commit e82ddb8

Browse files
bors[bot]eldruin
andauthored
Merge #196
196: Document moved traits in changelog r=ryankurte a=eldruin This was missing in #195. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents adf7f9b + 2463c6f commit e82ddb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- All traits have been marked as proven (`unproven` feature has been removed).
1515
- All trait methods have been made fallible.
1616
- 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.
1719
- The minimum supported Rust version is 1.35 due to [this issue](https://github.com/rust-lang/rust/issues/54973).
1820

1921
## [v0.2.3] - 2019-05-09

0 commit comments

Comments
 (0)