From c94b8c624143c1da9563ae4fb342ea5477e275e8 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Mon, 6 Mar 2023 12:55:14 +0200 Subject: [PATCH] chore: Update CHANGELOG adding `defmt` feature Signed-off-by: Lachezar Lechev --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d68a2e..3b68d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add support for MACRAW operation mode [#33](https://github.com/kellerkindt/w5500/pull/33) +- Add `defmt` features for enabling `defmt::Format` to most structs and errors [#39](https://github.com/kellerkindt/w5500/pull/39) ## [0.4.0] - January 22nd, 2022