Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-05-08 15:14:18 +00:00
parent e4d674a30d
commit df0903a508

View File

@@ -6,12 +6,20 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Hide the existence of space when deleting/updating: [#5031](https://github.com/owncloud/ocis/issues/5031)
* Bugfix - Fix Logout Url config name: [#6227](https://github.com/owncloud/ocis/pull/6227)
* Enhancement - Update Reva to version TODO: [#6232](https://github.com/owncloud/ocis/pull/6232)
* Enhancement - Update web to v7.0.0-rc.36: [#6234](https://github.com/owncloud/ocis/pull/6234)
## Details
* Bugfix - Hide the existence of space when deleting/updating: [#5031](https://github.com/owncloud/ocis/issues/5031)
The "code": "notAllowed" changed to "code": "itemNotFound"
https://github.com/owncloud/ocis/issues/5031
https://github.com/owncloud/ocis/pull/6220
* Bugfix - Fix Logout Url config name: [#6227](https://github.com/owncloud/ocis/pull/6227)
We fixed the yaml and json name of the logout url option.