From d26b7aa15daa643890b68224cf0055f6caaf0b46 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 18 Apr 2024 13:05:53 +0200 Subject: [PATCH] fix(changelog): improve wording Co-authored-by: Ralf Haferkamp --- changelog/unreleased/nats-reconnects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/nats-reconnects.md b/changelog/unreleased/nats-reconnects.md index 05bd0b5c197..e7e526451e0 100644 --- a/changelog/unreleased/nats-reconnects.md +++ b/changelog/unreleased/nats-reconnects.md @@ -1,5 +1,5 @@ Bugfix: Nats reconnects -Natsjs kv registry could not handle reconnects correctly. This fixes it. +We fixed the reconnect handling of the natjs kv registry. https://github.com/owncloud/ocis/pull/8880