From b6bbee2cacf767780f2c41b81bb36eb24d7d45fc Mon Sep 17 00:00:00 2001 From: velioglu Date: Fri, 26 Apr 2019 11:08:38 +0300 Subject: [PATCH] Add 8.1.2 and 8.2.1 changelog entries --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4efc32d2..c24d35aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v8.2.1 (April 03, 2019) ### + +* Fixes a bug that prevents stack size to be adjusted + +### citus v8.1.2 (April 03, 2019) ### + +* Don't do redundant ALTER TABLE consistency checks at coordinator + +* Fixes a bug that prevents stack size to be adjusted + +* Fix an issue with some DECLARE .. CURSOR WITH HOLD commands + ### citus v8.2.0 (March 28, 2019) ### * Removes support and code for PostgreSQL 9.6