From bd5544fdc5829d2026073cd67babce6910844b50 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 26 Apr 2023 16:04:54 +0300 Subject: [PATCH] Add missing entry for 10.0.8 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ed67f87..4ac721668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### citus v10.0.8 (April 20, 2023) ### +* Fixes a bug that could break `DROP SCHEMA/EXTENSON` commands when there is a + columnar table (#5458) + * Fixes a crash that occurs when the aggregate that cannot be pushed-down returns empty result from a worker (#5679)