File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525- ` i2c ` : traits now enforce all impls on the same struct have the same ` Error ` type.
2626- ` i2c ` : unify all traits into a single ` I2c ` trait.
2727
28+ ### Removed
29+ - Traits with unconstrained associated types and their modules (See: [ #324 ] ):
30+ - ` capture::Capture `
31+ - ` pwm::Pwm `
32+ - ` pwm::PwmPin `
33+ - ` timer::Cancel `
34+ - ` timer::CountDown `
35+ - ` timer::Periodic `
36+ - ` watchdog::Disable `
37+ - ` watchdog::Enable `
38+ - ` watchdog::Watchdog `
39+
40+
41+ [ #324 ] : https://github.com/rust-embedded/embedded-hal/pull/324/
42+
2843## [ v1.0.0-alpha.6] - 2021-11-19
2944
3045** * This is (also) an alpha release with breaking changes (sorry) ** *
You can’t perform that action at this time.
0 commit comments