Add changelog

This commit is contained in:
André Duffeck
2023-04-19 13:27:26 +02:00
parent ca637de017
commit 22363ee3a4

View File

@@ -0,0 +1,6 @@
Bugfix: Fix Search reindexing performance regression
We've fixed a regression in the search service reindexing step, causing the
whole space to be reindexed instead of just the changed resources.
https://github.com/owncloud/ocis/pull/6085