From e3a21c8db5e2bcf8827d5baf90a10442e192050a Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 02:24:22 +0300 Subject: [PATCH] Fixed an item in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe91b7fc..2a23def16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ### citus v11.3.1 (February 12, 2024) ### -* Disallows creating a replicated distributed table concurrently (#7219) - * Fixes a bug related to non-existent objects in DDL commands (#6984) * Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152) @@ -18,6 +16,8 @@ * Improves citus_shard_sizes performance (#7051) +* Makes sure to disallow creating a replicated distributed table concurrently (#7219) + * MERGE is unsupported with filters that prune down to zero shards (#6946) * Removes pg_send_cancellation and all references (#7135)