From 50f2be7d9bd3884ecb37af3a5aae8f1264f83af2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 15 Apr 2022 08:55:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb873a99b..fc0425f95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The following sections list the changes for unreleased. * Enhancement - Add capability for public link single file edit: [#6787](https://github.com/owncloud/web/pull/6787) It is now possible to share a single file by link with edit permissions. Therefore we need a - public share capability to enable that feature in the clients. At the same time we improved the + public share capability to enable that feature in the clients. At the same time, we improved the WebDAV permissions for public links. https://github.com/owncloud/web/pull/6787