From cc9c3d035fd3297277620d4e00f4657817d8a4fc Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 22 Dec 2024 19:19:58 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ab6fb..aea4b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Deprecated + +### Breaking + +### Added + +### Fixed +- Remove `DynStorageImpl` as nobody used it BECAUSE it did not have a public constructor ANYWAY +- Add serde defaults to the client configuration struct (#78) +- Derive Equality traits for OTA slots (#79) + ## [0.28.0] - 2024-06-23 ### Breaking * Add configuration for Protected Management Frames and scan methods to `wifi::ClientConfiguration`