From 041d8938d252e0c40759d75a8f5545bb8754da21 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 6 Aug 2024 09:18:39 +0200 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc13d6e..e2bd3d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add `hold-in-reset` and `reset` subcommands (#644) - [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior (#647) +- Update `cargo` and `bytemuck` dependencies adapting code (#666) ### Fixed - Downgrade crossterm and update time crates (#659)