We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5d994 commit 9d78bcbCopy full SHA for 9d78bcb
CHANGELOG.md
@@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
- `i2c`: traits now enforce all impls on the same struct have the same `Error` type.
26
- `i2c`: unify all traits into a single `I2c` trait.
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
43
## [v1.0.0-alpha.6] - 2021-11-19
44
45
*** This is (also) an alpha release with breaking changes (sorry) ***
0 commit comments