From 0f087ddc5fc87bdcd91571e4e7451d8dab8578f2 Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 23 Dec 2024 10:15:10 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3649325871..161e517637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Share creation date is missing in invite response: [#10780](https://github.com/owncloud/ocis/pull/10780) * Bugfix - Bump some golang dependencies: [#10795](https://github.com/owncloud/ocis/pull/10795) * Enhancement - Part I: The user settings are extended by notifications preferences: [#10706](https://github.com/owncloud/ocis/pull/10706) * Enhancement - Part II: Filtering of in-app notifications: [#10779](https://github.com/owncloud/ocis/pull/10779) @@ -68,6 +69,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Share creation date is missing in invite response: [#10780](https://github.com/owncloud/ocis/pull/10780) + + The graph drives invite response now includes the `createdDateTime` field. + + https://github.com/owncloud/ocis/issues/10739 + https://github.com/owncloud/ocis/pull/10780 + * Bugfix - Bump some golang dependencies: [#10795](https://github.com/owncloud/ocis/pull/10795) Bump dependencies "golang.org/x/crypto" and "golang.org/x/net"