From 73c0b2a553209b191cfc22da7b4dbb5d43cff8c2 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 18 Jun 2024 09:28:46 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a7331793..d4871455fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix share update: [#9301](https://github.com/owncloud/ocis/pull/9301) * Bugfix - Fix the error translation from utils: [#9331](https://github.com/owncloud/ocis/pull/9331) * Bugfix - Fix the settings metedata tests: [#9341](https://github.com/owncloud/ocis/pull/9341) +* Bugfix - The hidden shares have been excluded from a search result: [#9371](https://github.com/owncloud/ocis/pull/9371) * Bugfix - Encode Registry Keys: [#9385](https://github.com/owncloud/ocis/pull/9385) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Change - Disable resharing by default for deprecation: [#8653](https://github.com/owncloud/ocis/pull/8653) @@ -379,6 +380,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9372 https://github.com/owncloud/ocis/pull/9341 +* Bugfix - The hidden shares have been excluded from a search result: [#9371](https://github.com/owncloud/ocis/pull/9371) + + The hidden shares have been excluded from a search result. + + https://github.com/owncloud/ocis/issues/7383 + https://github.com/owncloud/ocis/pull/9371 + * Bugfix - Encode Registry Keys: [#9385](https://github.com/owncloud/ocis/pull/9385) Encode the keys of the natsjskv registry as they have always been.