From 17b1a00a3aa7c43a5aae80d97e34c7e2f32d6b4a Mon Sep 17 00:00:00 2001 From: Joseph Fox-Rabinovitz Date: Wed, 21 Feb 2024 20:41:44 -0600 Subject: [PATCH] Updated CHANGES --- geo/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geo/CHANGES.md b/geo/CHANGES.md index 2a47e9908..11a87d42a 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -16,6 +16,9 @@ shouldn't break for any common numeric types, but if you are using something exotic you'll need to manually implement `GeoNum` for your numeric type. * +* BREAKING: `RhumbBearing` now returns an `Option>` rather than a raw + `Point` to reflect the fact that rhumb lines have a fixed length and are + undefined at and past the poles. * POSSIBLY BREAKING: `SimplifyVwPreserve` trait implementation moved from `geo_types::CoordNum` to `geo::GeoNum` as a consequence of introducing the `GeoNum::total_cmp`. This shouldn't break anything for common numeric