From 509ee2430950278a0489b155c4268af73eff557f Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 1 Jul 2024 18:22:59 +0200 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df0d22..9248b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))