From 5e5dc2a1cbd7b8c70766b2db2a7dc54e934f235d Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Tue, 29 Nov 2016 16:46:48 +0200 Subject: [PATCH] Add 6.0.1 CHANGELOG entry Couple fixes and improvements to existing behavior. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e960403..441ef5a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citus v6.0.1 (November 29, 2016) ### + +* Fixes a bug causing failures during pg_upgrade + +* Fixes a bug preventing DML queries during colocated table creation + +* Fixes a bug that caused NULL parameters to be incorrectly passed as text + ### citus v6.0.0 (November 7, 2016) ### * Adds compatibility with PostgreSQL 9.6, now the recommended version