From 42696b39bfda948ecf0a28191db3b5fba63acaea Mon Sep 17 00:00:00 2001 From: Dan Baston Date: Wed, 19 Jun 2024 20:42:13 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b0a2022319..5e5186ae9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -38,6 +38,7 @@ - CoveragePolygonValidator: add section performance optimization (GH-1099, Martin Davis) - TopologyPreservingSimplifier: fix to remove ring endpoints safely (GH-1110, Martin Davis) - TopologyPreservingSimplifier: fix stack overflow on degenerate inputs (GH-1113, Dan Baston) + - DouglasPeuckerSimplifier: fix stack overflow on NaN tolerance (GH-1114, Dan Baston) ## Changes in 3.12.0 2023-06-27