From 9925627c917c3c7e6fd58f0b579f1ee6338ba1ca Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 10 Dec 2024 11:32:41 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a9f54f1..825f79733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix link activity message: [#10663](https://github.com/owncloud/ocis/pull/10663) * Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) * Bugfix - GetLastModified property in the REPORT response will use RFC1123 format: [#10738](https://github.com/owncloud/ocis/pull/10738) +* Bugfix - Fix FileInfo BreadcrumbFolderURL upd: [#10757](https://github.com/owncloud/ocis/pull/10757) * Enhancement - Update web to v11.0.6: [#10755](https://github.com/owncloud/ocis/pull/10755) ## Details @@ -93,6 +94,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10738 +* Bugfix - Fix FileInfo BreadcrumbFolderURL upd: [#10757](https://github.com/owncloud/ocis/pull/10757) + + Made GetScopeByKeyPrefix function as a private method of the FileConnector + + https://github.com/owncloud/ocis/pull/10757 + * Enhancement - Update web to v11.0.6: [#10755](https://github.com/owncloud/ocis/pull/10755) Tags: web