From dac1f5bffcf7083f71edaf082ef25b986f10b487 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Wed, 23 Oct 2019 17:15:50 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3213def..2ccee9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ 0.32.0 (XXXX-XX-XX) +* Some fixes for PG12. * Make PG12 depend on plpython3u instead of plpythonu +* CDB_UserDataSize is now compatible with postgis 3 without postgis_raster. 0.31.0 (2019-10-08) * Ghost tables: Add missing tags (#370)