From dcc17b399488387ed106ff437230a384cf594b93 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 7 Feb 2024 08:59:05 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca97c12c31..c93ac78bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix the upload postprocessing: [#8117](https://github.com/owncloud/ocis/pull/8117) * Bugfix - Disallow to delete a file during the processing: [#8132](https://github.com/owncloud/ocis/pull/8132) * Bugfix - Fix wrong naming in nats-js-kv registry: [#8140](https://github.com/owncloud/ocis/pull/8140) -* Bugfix - IDP CS3 backend sessions now survire restart: [#8142](https://github.com/owncloud/ocis/pull/8142) +* Bugfix - IDP CS3 backend sessions now survive a restart: [#8142](https://github.com/owncloud/ocis/pull/8142) * Bugfix - Fix patching of language: [#8182](https://github.com/owncloud/ocis/pull/8182) * Bugfix - Fix search service to not log expected cases as errors: [#8200](https://github.com/owncloud/ocis/pull/8200) * Bugfix - Updating and reset logo failed: [#8211](https://github.com/owncloud/ocis/pull/8211) @@ -116,10 +116,10 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8140 -* Bugfix - IDP CS3 backend sessions now survire restart: [#8142](https://github.com/owncloud/ocis/pull/8142) +* Bugfix - IDP CS3 backend sessions now survive a restart: [#8142](https://github.com/owncloud/ocis/pull/8142) - We now correctly reinitialize the CS3 backend session after the IDP has been - restarted. + We now correctly reinitialize the CS3 backend session after the IDP service has + been restarted. https://github.com/owncloud/ocis/pull/8142