From 2463c6fce3c8e12efbb20f6b3e94e3f65ebeb2af Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 4 Apr 2020 14:05:18 +0200 Subject: [PATCH] Document moved traits in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2858be9a7..bb5052718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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