Skip to content

Commit

Permalink
Updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-saronic committed Feb 23, 2024
1 parent 8ca9bb7 commit 6d4859e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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.
* <https://github.com/georust/geo/pull/1134>
* BREAKING: `RhumbBearing` now returns an `Option<Point<T>>` rather than a raw
`Point<T>` 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
Expand Down

0 comments on commit 6d4859e

Please sign in to comment.