From 8e525c825caf314d61a6279a426a59ded115681e Mon Sep 17 00:00:00 2001 From: Dan Baston Date: Mon, 8 Jul 2024 20:55:47 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index ca3e4863f6..7b32bc8bf7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ - Add Angle::sinCosSnap to avoid small errors, e.g. with buffer operations (GH-978, Mike Taves) - Add classes for curved geometry types: CircularString, CompoundCurve, CurvedPolygon, MultiCurve, MultiSurface (GH-1046, Dan Baston/German QGIS users group/Canton of Basel-Landschaft/Canton of Zug) + - Support curved geometry types in WKT/WKB readers/writers (GH-1046, GH-1104, GH-1106, Dan Baston) - Breaking Changes