From 5f31eab295a3ada0df16717f36203c3f9f226ea5 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 12 Oct 2024 23:59:20 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #76 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da8c1b1..6538f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Avoid appending `.bin` file extension for the `application/octet-stream` MIME type ([Issue #73], [PR #74]) * Show notification when files are being uploaded in the background and try to keep process alive ([PR #75]) +* Update dependencies ([PR #76]) ### Version 1.28 @@ -214,3 +215,4 @@ [PR #71]: https://github.com/chenxiaolong/RSAF/pull/71 [PR #74]: https://github.com/chenxiaolong/RSAF/pull/74 [PR #75]: https://github.com/chenxiaolong/RSAF/pull/75 +[PR #76]: https://github.com/chenxiaolong/RSAF/pull/76