From 33611c168a480bbc7536663fed86ab4a3701fd1a Mon Sep 17 00:00:00 2001 From: velioglu Date: Tue, 28 Aug 2018 13:34:37 +0300 Subject: [PATCH] Add changelog entry for 7.5.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8913900a5..b2a2259d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v7.5.1 (August 28, 2018) ### + +* Improves query pushdown planning performance + +* Fixes a bug that could cause modifying CTEs to select wrong execution mode + +### citus v7.4.2 (July 27, 2018) ### + +* Fixes a segfault in real-time executor during online shard move + ### citus v7.5.0 (July 25, 2018) ### * Adds foreign key support from hash distributed to reference tables