From 5377f592f760e5458031cc9e8e478b82abb84132 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 1 Feb 2024 11:52:36 +0100 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdb5dbf..0671e877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Created `FlashData`, `FlashDataBuilder` and `FlashSettings` structs to reduce number of input arguments in some functions (#512, #566) - `espflash` will now exit with an error if `defmt` is selected but not usable (#524) +- Unify configuration methods (#551) ### Removed