From e2ff5c935605769b5c3cfa18c987aead6b760242 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 4 Dec 2023 23:39:50 -0500 Subject: [PATCH] Update CHANGES.md --- geo/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geo/CHANGES.md b/geo/CHANGES.md index ef3feab70..99469f57d 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -3,6 +3,8 @@ ## Unreleased * Fix a panic when calculating the haversine closest point to a point intersecting the geometry * +* Add `LineStringSegmentizeHaversine` trait as a an alternative to `LineStringSegmentize` for geographic coordinates. + * ## 0.27.0 @@ -16,8 +18,6 @@ * * Add `LineStringSegmentize` trait to split a single `LineString` into `n` `LineStrings` as a `MultiLineString`. * -* Add `LineStringSegmentizeHaversine` trait as a an alternative to `LineStringSegmentize` for geographic coordinates. - * * Add `EuclideanDistance` implementations for all remaining geometries. * * Add `HausdorffDistance` algorithm trait to calculate the Hausdorff distance between any two geometries.