From a081595aff74bc6e2db3617a540578977980b791 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 11 Feb 2024 23:30:27 +0300 Subject: [PATCH] Makes changelog alphabetically sorted --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18e263ab..60dba05f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ### citus v11.0.9 (February 12, 2024) ### -* Improve 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) @@ -10,6 +8,8 @@ * Fixes the incorrect column count after ALTER TABLE (#7462) +* Improve failure handling of distributed execution (#7090) + ### citus v11.0.8 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)