From 625d4731ca50485766ca11cd6b476655242236dc Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 02:39:52 +0300 Subject: [PATCH] Fixes changelog style --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d749fb5b..92a07b54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + ### citus v11.2.2 (February 12, 2024) ### * Fixes a bug in background shard rebalancer where the replicate @@ -17,7 +18,8 @@ * Improves failure handling of distributed execution (#7090) -* Makes sure to disallow creating a replicated distributed table concurrently (#7219) +* Makes sure to disallow creating a replicated distributed table + concurrently (#7219) * Removes pg_send_cancellation (#7135)