From 9e12a39cb77011328a56f3c41363a009e531069c Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Tue, 21 Jul 2020 10:26:06 +0300 Subject: [PATCH] Update CHANGELOG for 9.3.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce39f2b10..0d3e97128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citus v9.3.4 (July 21, 2020) ### + +* Fixes a bug that could cause crashes with certain compile flags + +* Fixes a bug with lists of configuration values in ALTER ROLE SET statements + +* Fixes deparsing for queries with anonymous column references + ### citus v9.3.3 (July 10, 2020) ### * Fixes a memory leak in subtransaction memory handling