From 5a8ef35228bbec97138d235aa27bff5570ac2bb6 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Mon, 18 Mar 2024 17:07:10 -0700 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 4168532c92..d5a7863157 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,6 +25,7 @@ - Fix IsSimpleOp for MultiPoint with empty element (GH-1005, Martin Davis) - Fix PreparedPolygonContains for GC with MultiPoint (GH-1008, Martin Davis) - Fix reading WKT with EMPTY token with white space (GH-1025, Mike Taves) + - Fix buffer Inverted Ring Removal check (GH-1056, Martin Davis) ## Changes in 3.12.0 2023-06-27