Skip to content

Commit 6d4859e

Browse files
committed
Updated CHANGES
1 parent 8ca9bb7 commit 6d4859e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

geo/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
shouldn't break for any common numeric types, but if you are using something
1414
exotic you'll need to manually implement `GeoNum` for your numeric type.
1515
* <https://github.com/georust/geo/pull/1134>
16+
* BREAKING: `RhumbBearing` now returns an `Option<Point<T>>` rather than a raw
17+
`Point<T>` to reflect the fact that rhumb lines have a fixed length and are
18+
undefined at and past the poles.
1619
* POSSIBLY BREAKING: `SimplifyVwPreserve` trait implementation moved from
1720
`geo_types::CoordNum` to `geo::GeoNum` as a consequence of introducing the
1821
`GeoNum::total_cmp`. This shouldn't break anything for common numeric

0 commit comments

Comments
 (0)