Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2024-12-11 10:00:17 +00:00
parent 3afea693fd
commit 44ca518735

View File

@@ -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 - Unifi logging: [#10743](https://github.com/owncloud/ocis/pull/10743/)
* 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)
@@ -94,6 +95,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10738
* Bugfix - Unifi logging: [#10743](https://github.com/owncloud/ocis/pull/10743/)
We fixed some cases where we did not use the correct logger.
https://github.com/owncloud/ocis/pull/10743/
* Bugfix - Fix FileInfo BreadcrumbFolderURL upd: [#10757](https://github.com/owncloud/ocis/pull/10757)
Made GetScopeByKeyPrefix function as a private method of the FileConnector