From 8d998408c69c864fcf9de86c9a9e571ad238b0c1 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Thu, 25 Feb 2021 13:58:44 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1326b40f4a9..93ccc4963e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Summary * Bugfix - Fix issues with long path: [#4405](https://github.com/owncloud/enterprise/issues/4405) * Bugfix - SQLite wal file grows to several gigabyte: [#7646](https://github.com/owncloud/client/issues/7646) +* Bugfix - Moves in folder sync connections where executed as a delete and upload: [#7838](https://github.com/owncloud/client/issues/7838) * Bugfix - Fix missing permission for newly created folder: [#8076](https://github.com/owncloud/client/pull/8076) * Bugfix - Don't recommend non default sync option: [#8317](https://github.com/owncloud/client/issues/8317) * Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231) @@ -35,6 +36,13 @@ Details https://github.com/owncloud/client/issues/7646 +* Bugfix - Moves in folder sync connections where executed as a delete and upload: [#7838](https://github.com/owncloud/client/issues/7838) + + We fixed a bug where moves in folder sync connections where executed as a delete and upload. + + https://github.com/owncloud/client/issues/7838 + https://github.com/owncloud/enterprise/issues/4428 + * Bugfix - Fix missing permission for newly created folder: [#8076](https://github.com/owncloud/client/pull/8076) We fixed a bug where a newly created folder had no permissions set.