diff --git a/CHANGELOG.md b/CHANGELOG.md index a355a11914..d5f77d327a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398) * Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313) * Enhancement - Bump Reva: [#6381](https://github.com/owncloud/ocis/pull/6381) * Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362) @@ -21,6 +22,15 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398) + + We fixed a bug in the sharing api, it always returns an empty exact list while searching for a + sharee + + https://github.com/owncloud/ocis/issues/4265 + https://github.com/owncloud/ocis/pull/6398 + https://github.com/cs3org/reva/pull/3877 + * Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313) We moved trace initialization to an early middleware to also trace requests made by other proxy