From a5b2bb13eeea66b9516eb7a2f881c9fcf95caa64 Mon Sep 17 00:00:00 2001 From: Andre Duffeck Date: Tue, 8 Nov 2022 14:21:18 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d81868..9c513809b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for unreleased. + +[unreleased]: https://github.com/owncloud/ocis/compare/v2.0.0...master + +## Summary + +* Bugfix - Do not reindex a space twice at the same time: [#5001](https://github.com/owncloud/ocis/pull/5001) + +## Details + +* Bugfix - Do not reindex a space twice at the same time: [#5001](https://github.com/owncloud/ocis/pull/5001) + + We fixed a problem where the search service reindexed a space while another reindex process was + still in progress. + + https://github.com/owncloud/ocis/pull/5001 # Changelog for [2.0.0-rc.1] (2022-11-05) The following sections list the changes for 2.0.0-rc.1.