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) ###