From 0ca1d4cc32ea322a8066040f68b3f53a911be4cd Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 11 Feb 2024 23:36:03 +0300 Subject: [PATCH] Sorts changelog items alpabetically --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44acae724..b0534e0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ ### citus v11.1.7 (February 12, 2024) ### -* Fixes incorrect results on fetching scrollable with hold cursors (#7014) +* Disallow creating a replicated distributed table concurrently (#7219) + +* Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) * Fixes a bug related to non-existent objects in DDL commands (#6984) -* Improves failure handling of distributed execution (#7090) - * Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152) * Fixes a bug with deleting colocation groups (#6929) -* Removes pg_send_cancellation and all references (#7135) - -* Fix leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) - -* Disallow creating a replicated distributed table concurrently (#7219) +* Fixes incorrect results on fetching scrollable with hold cursors (#7014) * Fixes the incorrect column count after ALTER TABLE (#7379) +* Improves failure handling of distributed execution (#7090) + +* Removes pg_send_cancellation and all references (#7135) + ### citus v11.1.6 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)