From 33c060fa6fa79f45010d752ad0ae99a22d71bedf Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Sun, 6 Oct 2024 11:32:21 -0400 Subject: [PATCH] update changes --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d709377..0889282 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## Unreleased + +* Add an `infer_type` function to extract only the geometry type and dimension from a WKT string. + ## 0.11.0 - 2024-07-24 * Support parsing Z, M, and ZM WKT strings.