From beafde5ff53191158466800a73ed5f1f16c1568d Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Tue, 1 Feb 2022 03:07:47 +0300 Subject: [PATCH] Add changelog entries for 10.2.4 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 210507e34..af747f5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### citus v10.2.4 (February 1, 2022) ### + +* Adds support for operator class parameters in indexes + +* Fixes a bug with distributed functions that have `OUT` parameters or + return `TABLE` + +* Fixes a build error that happens when `lz4` is not installed + +* Improves self-deadlock prevention for `CREATE INDEX` & + `REINDEX CONCURRENTLY` commands for builds using PG14 or higher + +* Fixes a bug that causes commands to fail when `application_name` is set + ### citus v10.1.4 (February 1, 2022) ### * Adds missing version checks for columnar tables