From cf3d93048d85b27b5a145ef906e3f4388f38ad81 Mon Sep 17 00:00:00 2001 From: Anthony Grondin <104731965+AnthonyGrondin@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:42:06 -0400 Subject: [PATCH] Update changelog --- esp-wifi/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp-wifi/CHANGELOG.md b/esp-wifi/CHANGELOG.md index fd6cbd2f0b8..14df84dc424 100644 --- a/esp-wifi/CHANGELOG.md +++ b/esp-wifi/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `serde` support through the `serde` feature (#2346) + ### Changed ### Fixed