From 3524e5aa54dac9a8619e1c9f577b302c7ad43b82 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 14 Apr 2024 23:35:48 -0500 Subject: [PATCH] changelog for v0.8.1 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb37a0..dd98243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Included is a summary of changes to the project. For full details, especially on behind-the-scenes code changes and development tools, see the commit history. +## v0.8.1 + +### Improvements + +* `concatenate` no longer writes a padded 2 MB binary (so 4 MB UF2), instead properly indexing the board/user configs + separately from the binary, leading to smaller UF2s. + +### Bugfixes + +* `summarize-gp2040ce` now properly reads UF2 files. + ## v0.8.0 ### Features