diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e503dd175..dbefaef723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.