From 56468d190616ae930dbc864e8da56cd411719372 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 02:25:18 +0300 Subject: [PATCH] Fixes an item in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a3c5743..4d749fb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ### citus v11.2.2 (February 12, 2024) ### -* Disallow creating a replicated distributed table concurrently (#7216) - * Fixes a bug in background shard rebalancer where the replicate reference tables task fails if the current user is not a superuser (#6930) @@ -19,6 +17,8 @@ * Improves failure handling of distributed execution (#7090) +* Makes sure to disallow creating a replicated distributed table concurrently (#7219) + * Removes pg_send_cancellation (#7135) ### citus v11.2.1 (April 20, 2023) ###