From 697c30406d6834fbb72bad034e36ea3a539d3de4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 18 Dec 2024 08:45:42 -0600 Subject: [PATCH] changelog for v0.11.0 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2994a74..9301566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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.11.0 + +### Improvements + +* The usage of provided GP2040-CE config Protobuf files must be explicitly specified via the `-S` flag. This is in order + to not accidentally fall back to them and be confused by the results. The net effect is that in most situations, users + will have to provide either `-P PATH` or `-S`. +* The testing of the above fallbacks covers the options far better than before now. + +### Miscellaneous + +* Version bumps, which brought about a couple updates to the tests. + ## v0.10.0 ### Features