From 61fb13b673ab72adcf87d3083f3cd9d12e0b4039 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Apr 2023 18:08:20 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cf0ac79..8bdb869e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix so that PATCH requests for groups actually updates the group name: [#5949](https://github.com/owncloud/ocis/pull/5949) * Bugfix - Fix OIDC auth cache: [#5997](https://github.com/owncloud/ocis/pull/5997) * Bugfix - Fix Postprocessing events: [#5269](https://github.com/owncloud/ocis/pull/5269) +* Bugfix - Fix Search reindexing performance regression: [#6085](https://github.com/owncloud/ocis/pull/6085) * Bugfix - Fix Search tag indexing: [#5405](https://github.com/owncloud/ocis/pull/5405) * Bugfix - Fix user type config for user provider: [#6027](https://github.com/owncloud/ocis/pull/6027) * Bugfix - Add missing CORS config: [#5987](https://github.com/owncloud/ocis/pull/5987)