From 0ce613405ecc9b49423e728cb3d0a316eabe4c32 Mon Sep 17 00:00:00 2001 From: velioglu Date: Wed, 20 Jun 2018 11:26:15 +0300 Subject: [PATCH] Add changelog entry for 7.4.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad15b91ec..235162779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### citus v7.4.1 (June 20, 2018) ### + +* Fixes a bug that could cause transactions to incorrectly proceed after failure + +* Fixes a bug on INSERT ... SELECT queries in prepared statements + ### citus v7.4.0 (May 15, 2018) ### * Adds support for non-pushdownable subqueries and CTEs in UPDATE/DELETE queries