From c995a556419f0539a33fde976de260184d43a39a Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Fri, 17 Sep 2021 14:32:17 +0300 Subject: [PATCH] Add changelog entries for 10.1.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62167cbf5..2853fdcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### citus 10.1.3 (September 17, 2021) ### + +* Fixes a bug that caused `worker_append_table_to_shard` to write as superuser + +* Fixes a crash in shard rebalancer when no distributed tables exist + +* Fixes a use after free issue that could happen when altering a distributed + table + ### citus 9.5.8 (September 15, 2021) ### * Fixes a bug that caused `worker_append_table_to_shard` to write as superuser