We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca9bb7 commit 6d4859eCopy full SHA for 6d4859e
geo/CHANGES.md
@@ -13,6 +13,9 @@
13
shouldn't break for any common numeric types, but if you are using something
14
exotic you'll need to manually implement `GeoNum` for your numeric type.
15
* <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.
19
* POSSIBLY BREAKING: `SimplifyVwPreserve` trait implementation moved from
20
`geo_types::CoordNum` to `geo::GeoNum` as a consequence of introducing the
21
`GeoNum::total_cmp`. This shouldn't break anything for common numeric
0 commit comments