From 77213f0588c863d88a808d8801a53b81ca8e9a30 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Mon, 28 Oct 2019 16:18:37 +0100 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 2ccee9e..a7c33bb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ * Some fixes for PG12. * Make PG12 depend on plpython3u instead of plpythonu * CDB_UserDataSize is now compatible with postgis 3 without postgis_raster. +* Makefile: Add regress target (checks regress tests without needing to install the extension) 0.31.0 (2019-10-08) * Ghost tables: Add missing tags (#370)