From 6f3a6729e017a7d6484c95bdfff81d72b197c653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 12 Feb 2024 17:21:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0534e0b6..a94dac211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ### citus v11.1.7 (February 12, 2024) ### -* Disallow creating a replicated distributed table concurrently (#7219) * Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) @@ -16,6 +15,8 @@ * Improves failure handling of distributed execution (#7090) +* Makes sure to disallow creating a replicated distributed table concurrently (#7219) + * Removes pg_send_cancellation and all references (#7135) ### citus v11.1.6 (April 20, 2023) ###