From 50e59f1a61e7a3cf4ef7f98291e0931b4047f88c Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 6 Mar 2020 16:09:34 +0300 Subject: [PATCH] Update CHANGELOG for 9.2.2 (#3582) Co-authored-by: Hanefi Onaldi --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e353f79..43372d1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v9.2.2 (March 5, 2020) ### + +* Fixes a bug that caused some prepared stmts with function calls to fail + +* Fixes a bug that caused some prepared stmts with composite types to fail + +* Fixes a bug that caused missing subplan results in workers + +* Improves performance of re-partition joins + ### citus v9.2.1 (February 14, 2020) ### * Fixes a bug that could cause crashes if distribution key is NULL