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