changelog for v0.8.1

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-04-14 23:35:48 -05:00
parent e133abc922
commit 3524e5aa54
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 11 additions and 0 deletions

View File

@ -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