From eea66b88041b0dd54a91bd3119e894f8b133851b Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Fri, 14 Jun 2024 10:02:09 -0700 Subject: [PATCH] Uopdate NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 73bcafa061..2cc7944c75 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,6 +36,7 @@ - Centroid: Fix crash on polygons with empty holes (GH-1075, Dan Baston) - GEOSRelatePatternMatch: Fix crash on invalid DE-9IM pattern (GH-1089, Dan Baston) - CoveragePolygonValidator: add section performance optimization (GH-1099, Martin Davis) + - TopologyPreservingSimplifier: fix to remove ring endpoints safely (GH-1110, Martin Davis) ## Changes in 3.12.0 2023-06-27