From 8b90b0b366dbb2d42828c39617b3893e7ae7da99 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Wed, 22 Nov 2023 07:48:27 -0800 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 4d8ce74fa7..6f3a812738 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ xxxx-xx-xx - Fix build on Illumus (GH-971) - Buffer mitre join error (GH-995, Paul Ramsey) - Return 2D empty linestring on GEOSGeom_createLineString(NULL) (GH-998, Paul Ramsey) + - Fix DiscreteHausdorffDistance for LinearRing (GH-1000, Martin Davis) ## Changes in 3.12.1 2023-11-11