From 135aaf45ca4d6f6ab39d48813db1fb5ae647bf0c Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 27 Apr 2023 16:01:04 +0300 Subject: [PATCH] Add missing entry for 10.0.8 (#6891) When creating tags for backport releases, I realized that I missed one changelog item. Adding it on the default branch in a commit. See #6885 for the relevant PR for the release branch. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ece27d1..4fdfae3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,9 @@ ### 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)