diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d384f2555..486ba723627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [?.??.?] - ????-??-?? * MSRV 1.75; remove the nightly feature flag from all async trait implementations -* Update public dependencies `embassy-time` to 0.5 and `heapless` to 0.8 +* Update public dependency `heapless` to 0.8 +* Remove dependency on `embassy-time` and replace it with a dependency on `embassy-time-driver`; get rid of the custom embassy time queue as it was anyway re-implementing something like a generic timer queue, which is available in the `embassy-time` crate (with its feature `generic-queue` enabled) * #316 - BREAKING CHANGE addressing a typo - `http::server::Configuration::max_resp_handlers` renamed to `http::server::Configuration::max_resp_headers` * #319 - Set default TTL in `EspPing` to 64 * #322 - Fix MQTT PSK code (did not compile)