diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e96d533c..c6b53895d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v6.2.3 (July 13, 2017) ### + +* Fixes a crash during execution of local CREATE INDEX CONCURRENTLY + +* Fixes a bug preventing usage of quoted column names in COPY + +* Fixes a bug in prepared INSERTs with implicit cast in partition column + +* Relaxes locks in VACUUM to ensure concurrent execution with INSERT + ### citus v6.2.2 (May 31, 2017) ### * Fixes a common cause of deadlocks when repairing tables with foreign keys