From 01ad396bdb5efe3da8576acea608cb0bb00a9f1f Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 21 May 2024 13:09:15 -0500 Subject: [PATCH] changelog updates for v0.9.0. Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49709b5..bb2531d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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.9.0 + +### Features + +* The TUI editor can read and save configs as JSON files, which should create another avenue for making configs + available and editable for humans. + +### Miscellaneous + +* The `--version` flag outputs a bit of information about the program and Python version. +* The config protobuf snapshot has been updated for (what should be) GP2040-CE v0.7.9. +* Requirements version bumps. +* REUSE specification errata. + ## v0.8.3 ### Improvements