From b8e11269cdb7e1f1d49521e8e398a2d1a96ca591 Mon Sep 17 00:00:00 2001 From: JuancaG05 Date: Tue, 11 Apr 2023 07:03:46 +0000 Subject: [PATCH] Calens changelog updated --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f455ff11a..0942a624a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ownCloud admins and users. Summary ------- +* Bugfix - Error message for protocol exception: [#3948](https://github.com/owncloud/android/issues/3948) * Change - Bump target SDK to 33: [#3617](https://github.com/owncloud/android/issues/3617) * Enhancement - Support for spaces: [#3851](https://github.com/owncloud/android/pull/3851) * Enhancement - Update label on Camera Uploads: [#3930](https://github.com/owncloud/android/pull/3930) @@ -20,6 +21,15 @@ Summary Details ------- +* Bugfix - Error message for protocol exception: [#3948](https://github.com/owncloud/android/issues/3948) + + Previously, when the network connection is lost while uploading a file, "Unknown error" was + shown. Now, we show a more specific error. + + https://github.com/owncloud/android/issues/3948 + https://github.com/owncloud/android/pull/4013 + https://github.com/owncloud/android-library/pull/558 + * Change - Bump target SDK to 33: [#3617](https://github.com/owncloud/android/issues/3617) Target SDK was upgraded to 33 to keep the app updated with the latest android changes. A new