From 79f9ef9b9228bf3be2bba233f1429471aa5f11ad Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Wed, 8 Apr 2020 23:24:26 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd81d2a..22790871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ - Faster detection of connection problems. - Bumped watchdog requirement to >= 10.0.0 for more consistent error handling. +- Added public linking API to main class: `Maestral.get_auth_url` and `Maestral.link`. -#### Fixed: +#### Fixed:` - Fixes a minor issue where internet connection errors while resuming syncing could result in continuous retries of the upload until the connection was finally established. @@ -14,6 +15,7 @@ permission errors. - Fixes handling of errors from too long file names. - Fixes handling of some uncaught insufficient disk space errors. +- Fixes autostart module on macOS. #### Removed: