From d65efba97eb6f1af578b14cf751566bdc74dee7d Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 13 Jan 2025 12:13:47 -0800 Subject: [PATCH] News entry for GH-1225 --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 5bcb22618..4829fbd6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,7 @@ - Fix TopologyPreservingSimplifier/TaggedLineString to avoid jumping components (JTS-1096, Martin Davis) - Fix BufferOp to increase length of segments removed by heuristic (GH-1200, Martin Davis) - Improve OffsetCurve to handle mitre joins for polygons (Martin Davis) + - Fix inscribed circle initialization (GH-1225, Benoit Maurin) ## Changes in 3.12.2 2024-06-05