Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 2, 2023
1 parent 5138955 commit d74e957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* All traits converted to AFIT, except `Unblocker`, which needs to compile with stable Rust
* Upgraded to `embedded-io` 0.5 and `embedded-io-async` 0.5
* Upgraded `strum` and `strum-macros` to 0.25
* OTA: GAT `Ota::Update` now parametric over lifetime and no longer returned by `&mut` ref
* MQTT: GAT `Connection::Message` now parametric over lifetime
* All pub structs in `utils::asyncify` that implement the `Future` trait are now private and wrapped with async methods
* Removed structs `Blocking` and `TrivialAsync`, as well as all trait implementations on them, because their usefulness was questionable
* Removed the deprecated module `httpd` and the dependency on `anyhow`
Expand Down

0 comments on commit d74e957

Please sign in to comment.