From a381074787bd3d7e97931318dbfa40e898369a55 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 6 Mar 2020 18:26:04 +0300 Subject: [PATCH] Update CHANGELOG for 9.0.2 (#3585) (cherry picked from commit de6068b2c4a68687949930654bc2da16abdf9392) Co-authored-by: Hanefi Onaldi --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43372d1e9..677a741e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citus v9.0.2 (March 6, 2020) ### + +* Fixes build errors on EL/OL 6 based distros + +* Fixes a bug that caused maintenance daemon to fail on standby nodes + +* Disallows distributed function creation when replication_model is `statement` + ### citus v9.2.2 (March 5, 2020) ### * Fixes a bug that caused some prepared stmts with function calls to fail