From 60314d453ebc307931d5ba1e847c440134136710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 12 Jun 2018 09:37:33 +0200 Subject: [PATCH] Update the NEWS file for v1.1.1 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 9c59883e..a0071ecf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +1.1.1, 2018-06-12 +----------------- + +- Bug fixes + - Fix bug in pc_patch_uncompressed_from_lazperf (#215) + +- Enhancements + - Document creating a PC_EnvelopeGeometry-based index (#208) + - Use PostgreSQL 9.6 with PostGIS 2.4 on Travis (#210) + - Add missing description in AC_DEFINE (#213) + 1.1.0, 2018-04-30 -----------------