Updating CHANGELOG
This commit is contained in:
parent
ef2aac6d88
commit
509ee24309
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- [breaking] The driver now uses the v1.0 of the `embedded-hal` traits.
|
||||
- [breaking] The `FourWireRef` bus, `InactiveDevice`, and `DeviceRefMut` have been removed in favor of using
|
||||
`embedded-hal-bus` to facilitate SPI bus sharing.
|
||||
|
||||
### Added
|
||||
|
||||
- Add `defmt` features for enabling `defmt::Format` to most structs and errors by [@elpiel](https://github.com/elpiel) ([#39](https://github.com/kellerkindt/w5500/issues/39))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue