Automated changelog update [skip ci]

This commit is contained in:
Andre Duffeck
2022-08-02 07:19:16 +00:00
parent 9fc485c95f
commit 26f15c2fa9

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix search in received shares: [#4308](https://github.com/owncloud/ocis/issues/4308)
* Bugfix - Substring search for sharees: [#547](https://github.com/owncloud/ocis/issues/547)
* Bugfix - Space Creators can hand over spaces: [#4244](https://github.com/owncloud/ocis/pull/4244)
* Enhancement - Add drives field to users endpoint: [#4072](https://github.com/owncloud/ocis/pull/4072)
@@ -16,6 +17,12 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Fix search in received shares: [#4308](https://github.com/owncloud/ocis/issues/4308)
We fixed a problem where items in received shares were not found.
https://github.com/owncloud/ocis/issues/4308
* Bugfix - Substring search for sharees: [#547](https://github.com/owncloud/ocis/issues/547)
We fixed searching for sharees to be no longer case-sensitive. With this we introduced two new