From 7eaf0fd3aa9018e76f521663395900df05618008 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 17 Oct 2024 21:49:50 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #96 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a460b8..6322456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Add new `--csig-version` option to custota-tool to allow generating version 1 csig files ([Issue #94], [PR #95]) +* Ignore unknown fields in csig files and update JSON files to allow better backwards compatibility in the future ([Issue #94], [PR #96]) ### Version 5.0 @@ -240,3 +241,4 @@ Changes: [PR #92]: https://github.com/chenxiaolong/Custota/pull/92 [PR #93]: https://github.com/chenxiaolong/Custota/pull/93 [PR #95]: https://github.com/chenxiaolong/Custota/pull/95 +[PR #96]: https://github.com/chenxiaolong/Custota/pull/96