Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent 8986eac commit cc9c3d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit cc9c3d0

Please sign in to comment.