Update NEWS

This commit is contained in:
Raúl Marín 2020-11-17 12:36:54 +01:00
parent dcd46923c4
commit d3ffcbc97e

View File

@ -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`.