From 36fc41c8752c49a8ed4c5e0efa2130f9f5faab2d Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Wed, 22 Nov 2023 07:45:55 -0800 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index faac38bd87..cca3adbdf4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,6 +21,7 @@ - Fix InteriorPointPoint to handle empty elements (GH-977, Martin Davis) - Fix TopologyPreservingSimplifier endpoint handling to avoid self-intersections (GH-986, Martin Davis) - Fix spatial predicates for MultiPoint with EMPTY (GH-989, Martin Davis) + - Fix DiscreteHausdorffDistance for LinearRing (GH-)1000, Martin Davis) ## Changes in 3.12.0 2023-06-27