Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2022-05-20 17:45:14 +00:00
parent 87a7737987
commit c04cbed5fa

View File

@@ -23,6 +23,7 @@ The following sections list the changes for unreleased.
* Enhancement - Add /me/changePassword endpoint to GraphAPI: [#3063](https://github.com/owncloud/ocis/issues/3063)
* Enhancement - Add description tags to the thumbnails config structs: [#3752](https://github.com/owncloud/ocis/pull/3752)
* Enhancement - Update reva: [#3746](https://github.com/owncloud/ocis/pull/3746)
* Enhancement - Update ownCloud Web to v5.5.0-rc.7: [#6854](https://github.com/owncloud/web/pull/6854)
* Enhancement - Add descriptions to webdav configuration: [#3755](https://github.com/owncloud/ocis/pull/3755)
## Details
@@ -167,6 +168,17 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3778
https://github.com/owncloud/ocis/pull/3842
* Enhancement - Update ownCloud Web to v5.5.0-rc.7: [#6854](https://github.com/owncloud/web/pull/6854)
Tags: web
We updated ownCloud Web to v5.5.0-rc.7. Please refer to the changelog (linked) for details on
the web release.
https://github.com/owncloud/web/pull/6854
https://github.com/owncloud/ocis/pull/3844
https://github.com/owncloud/web/releases/tag/v5.5.0-rc.7
* Enhancement - Add descriptions to webdav configuration: [#3755](https://github.com/owncloud/ocis/pull/3755)
Added descriptions to webdav config structs to include them in the config documentation.