From 615cc2071fec54d20f77f41a14065a974e8e4979 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 11 Dec 2023 22:55:07 +0100 Subject: [PATCH] docs: add changelog --- changelog/unreleased/add-edit-public-share.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/add-edit-public-share.md diff --git a/changelog/unreleased/add-edit-public-share.md b/changelog/unreleased/add-edit-public-share.md new file mode 100644 index 000000000..3a751b0d6 --- /dev/null +++ b/changelog/unreleased/add-edit-public-share.md @@ -0,0 +1,6 @@ +Enhancement: Add edit public share to sharing NG + +We added the ability to edit public shares to the sharing NG endpoints. + +https://github.com/owncloud/ocis/pull/7908/ +https://github.com/owncloud/ocis/issues/6993