From 1bef17f7952af94abd19387b2967a18ad168ba3f Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Sun, 24 Nov 2024 17:57:06 -0800 Subject: [PATCH] Updatre NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b354c50ca..c25a277c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,7 @@ - Fix TopologyPreservingSimplifier/TaggedLineString to avoid jumping components (JTS-1096, Martin Davis) - Fix WKTWriter for small precisions and with trim enabled (GH-1199, Mike Taves) - Fix BufferOp to increase length of segments removed by heuristic (GH-1200, Martin Davis) + - Improve RelateNG performance for A/L cases in prepared predicates (GH-1201, Martin Davis) ## Changes in 3.13.0 2024-09-06