Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-12-23 10:15:10 +00:00
parent b1c51a38d8
commit 0f087ddc5f

View File

@@ -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"