diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 1b083b41..18c11428 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -5,6 +5,11 @@ Changelog ------------------ - expose ``force_2d`` and ``force_3d`` factories in the top-level module. +- fix WKT parsing for nested GeometryCollections. +- fix WKT output for MultiPoints. +- make hypothesis strategy for GeometryCollections recursive, so that it can generate + nested collections. +- add Python 3.14 to test matrix. 1.5.0 (2024/05/11)