diff --git a/geo/CHANGES.md b/geo/CHANGES.md index 02b81578a..2888c3c8a 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -33,6 +33,8 @@ * Add `len()` and `is_empty()` to `MultiPoint` * +* Add `TriangulateSpade` trait which provides (un)constrained Delaunay Triangulations for all `geo_types` via the `spade` crate + * * Add `TriangulateDelaunay` and `VoronoiDiagram` traits. *