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/).
25
25
- ` i2c ` : traits now enforce all impls on the same struct have the same ` Error ` type.
26
26
- ` i2c ` : unify all traits into a single ` I2c ` trait.
27
27
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
+
28
43
## [ v1.0.0-alpha.6] - 2021-11-19
29
44
30
45
** * This is (also) an alpha release with breaking changes (sorry) ** *
You can’t perform that action at this time.
0 commit comments