From f41b6b68ee671e3dd320e4c3f46276067d0daceb Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 02:38:42 +0300 Subject: [PATCH] Fixes Changelog style --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a23def16..d1874e84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ * Improves citus_shard_sizes performance (#7051) -* Makes sure to disallow creating a replicated distributed table concurrently (#7219) +* Makes sure to disallow creating a replicated distributed table + concurrently (#7219) * MERGE is unsupported with filters that prune down to zero shards (#6946)