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