From 551ea160ad1e83827a16ae7ee2e819702e729c38 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 13 Oct 2024 23:58:42 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #93 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75732a..ddd0ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * This feature bumps the `.csig` file format version from 1 to 2. Older versions of Custota **cannot** read new version 2 files, but newer versions of Custota **can** read old version 1 files. * Fix Cursor resource leak ([PR #90]) * Minor notification code cleanup ([PR #91]) +* Update all dependencies ([PR #93]) ### Version 4.13 @@ -232,3 +233,4 @@ Changes: [PR #90]: https://github.com/chenxiaolong/Custota/pull/90 [PR #91]: https://github.com/chenxiaolong/Custota/pull/91 [PR #92]: https://github.com/chenxiaolong/Custota/pull/92 +[PR #93]: https://github.com/chenxiaolong/Custota/pull/93