From 402ae1f240e0e383aa19518acb3efee8c01aebce Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 03:10:10 +0300 Subject: [PATCH] Add changelog entries for 10.1.6 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3306ff5a0..138177f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### citus v10.1.6 (April 20, 2023) ### + +* Fixes a crash that occurs when the aggregate that cannot be pushed-down + returns empty result from a worker (#5679) + +* Fixes columnar freezing/wraparound bug (#5962) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Prevents alter table functions from dropping extensions (#5974) + ### citus v10.1.4 (February 1, 2022) ### * Adds missing version checks for columnar tables