From 8ad9b100184d7aba27cac96c2fb6ae78e114ccd9 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 15 Apr 2024 10:18:51 -0500 Subject: [PATCH] CHANGELOG updates for v0.8.3 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0358664..49709b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.3 + +### Improvements + +* `summarize-gp2040ce` can now understand the segmented UF2 files written in v0.8.1. +* `concatenate` has an added `--backup` flag, which will move an existing output file aside before writing the new + output. + ## v0.8.2 ### Bugfixes