Skip to content

Commit

Permalink
Update changelog after rust-embedded#324
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 9, 2022
1 parent 2f5d994 commit 9d78bcb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `i2c`: traits now enforce all impls on the same struct have the same `Error` type.
- `i2c`: unify all traits into a single `I2c` trait.

### Removed
- Traits with unconstrained associated types and their modules (See: [#324]):
- `capture::Capture`
- `pwm::Pwm`
- `pwm::PwmPin`
- `timer::Cancel`
- `timer::CountDown`
- `timer::Periodic`
- `watchdog::Disable`
- `watchdog::Enable`
- `watchdog::Watchdog`


[#324]: https://github.com/rust-embedded/embedded-hal/pull/324/

## [v1.0.0-alpha.6] - 2021-11-19

*** This is (also) an alpha release with breaking changes (sorry) ***
Expand Down

0 comments on commit 9d78bcb

Please sign in to comment.