Skip to content

Commit 9d78bcb

Browse files
committed
Update changelog after #324
1 parent 2f5d994 commit 9d78bcb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff 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) ***

0 commit comments

Comments
 (0)