From e1a641fe9b49ee33fd9e44f26e366502ad50fa4d Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Tue, 12 Sep 2017 16:30:13 -0700 Subject: [PATCH] Add CHANGELOG entry for 7.0.1 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be28fe1c2..38f4f9002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v7.0.1 (September 12, 2017) ### + +* Fixes a bug that could cause memory leaks in `INSERT ... SELECT` queries + +* Fixes a bug that could cause incorrect execution of prepared statements + +* Fixes a bug that could cause excessive memory usage during COPY + +* Incorporates latest changes from core PostgreSQL code + ### citus v7.0.0 (August 28, 2017) ### * Adds support for PostgreSQL 10