From 2ee4533567b4a9144da4236b7c8a9c17bd712fb6 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 14 Jun 2024 19:53:06 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #58 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3b04d..db3a3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Update rclone to 1.67.0 ([PR #58]) + ### Version 1.24 * Fix race condition that sometimes causes the OAuth2 authorization dialog to not autofill the token after a successful login ([Issue #55], [PR #56]) @@ -173,3 +177,4 @@ [PR #53]: https://github.com/chenxiaolong/RSAF/pull/53 [PR #54]: https://github.com/chenxiaolong/RSAF/pull/54 [PR #56]: https://github.com/chenxiaolong/RSAF/pull/56 +[PR #58]: https://github.com/chenxiaolong/RSAF/pull/58