diff --git a/NEWS.md b/NEWS.md index 017a4e2c07..7bfe6a9c95 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,8 @@ - GEOSLineSubstring: Fix crash on NaN length fractions (GH-1088, Dan Baston) - GEOSRelatePatternMatch: Fix crash on invalid DE-9IM pattern (GH-1089, Dan Baston) - Fix ConcaveHullOfPolygons nested shell handling (GH-1169, Martin Davis) - - GEOSConcaveHullOfPolygons, Avoid crash on zero-area input (GH-1071, Dan Baston) + - GEOSConcaveHullOfPolygons, avoid crash on zero-area input (GH-1071, Dan Baston) + - DouglasPeuckerLineSimplifier, avoid crash with Point input and NaN tolerance (GH-1078, Dan Baston) ## Changes in 3.12.2 2024-06-05