From d3ffcbc97e89ad9c71b5c83bf6cbcd83d5beb739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Tue, 17 Nov 2020 12:36:54 +0100 Subject: [PATCH] Update NEWS --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7a92276..2fd2ab4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.37.0 (XXXX-XX-XX) +* Raised minimum PG version to 11. +* Add `CDB_RegenerateTable` to regenerate a table. + 0.36.0 (2020-02-13) * Make `_CDB_Group_API_Auth` python3 compatible by passing bytes representation instead of a string. * Make `_CDB_Group_API_Request` python3 compatible by adapting the function signature of `HTTPConnection`.