Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-05 11:23:54 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-05 11:23:54 +0300
commit086efe90f8784164955d1dd1a57113c055781485 (patch)
treea14e93743a63064f2f3b43bc3b9c307a6c86c019 /CHANGELOG.md
parenta19c0764d907e694acf5104130fb0300916edc23 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5e5b6b4d..013de6d9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ Summary
* Bugfix - Prompt the user of the cmd client what to do if all files where removed: [#8804](https://github.com/owncloud/client/issues/8804)
* Bugfix - Relaunching the client on macOS will show the settings dialog: [#8377](https://github.com/owncloud/client/issues/8377)
* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
+* Bugfix - Don't crash if a certain move is undone: [#8837](https://github.com/owncloud/client/issues/8837)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
* Change - Remove support for http redirects: [#8293](https://github.com/owncloud/client/pull/8293)
* Change - We no longer try to locate an ownCloud install at /owncloud: [#8273](https://github.com/owncloud/client/issues/8273)
@@ -145,6 +146,10 @@ Details
https://github.com/owncloud/client/pull/8836
+* Bugfix - Don't crash if a certain move is undone: [#8837](https://github.com/owncloud/client/issues/8837)
+
+ https://github.com/owncloud/client/issues/8837
+
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
We no longer recommend to use a http connection if a https url was not found.