diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b2e6bc3..ec40baf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### citus v10.1.5 (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.0.7 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down