Changelog: make sure the title is short enough

or CI won't pass in master
This commit is contained in:
Olivier Goffart 2020-02-25 09:31:23 +01:00 committed by Olivier Goffart
parent fb36ddc3e0
commit 2eaeabff45
5 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,5 @@
Bugfix: In the sharing dialog, "password required" capabilities lead to incorrect behavior
Bugfix: Fixed bug in public link with password required
In the sharing dialog, "password required" capabilities lead to incorrect behavior
https://github.com/owncloud/client/issues/7247

View File

@ -1,3 +1,5 @@
Bugfix: In the sharing dialog, allow editing public link expiration date when it is enforced
Bugfix: Fixed editing public link expiration date
In the sharing dialog, allow editing public link expiration date when it is enforced
https://github.com/owncloud/client/issues/7313

View File

@ -1,4 +1,6 @@
Bugfix: Saving the cookies on Windows might fail if the containing folder does not exist
Bugfix: Fixed bug saving the cookies
Saving the cookies on Windows might fail if the containing folder does not exist
https://github.com/owncloud/client/issues/7700

View File

@ -1,4 +1,6 @@
Bugfix: Fix crash if setup wizard is closed while the virtual file system dialog is open
Bugfix: Fixed crash in the setup wizard
Fixe crash if setup wizard is closed while the virtual file system dialog is open
https://github.com/owncloud/client/issues/7709

View File

@ -1,5 +1,6 @@
Bugfix: Don't show virtual file system warning again when the radio button is triggered a second time
Bugfix: Fixed bug in the Virtual File warning dialog
Don't show virtual file system warning again when the radio button is triggered a second time.
Declining the dialog had no effect as the radio button was already checked
https://github.com/owncloud/client/issues/7710