Skip to content

Commit

Permalink
Prepare for geo 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 19, 2018
1 parent 548fd95 commit 56b7443
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changes

## geo 0.9.1 (unreleased)
## geo 0.9.1

* Fix Line-Polygon euclidean distance
* <https://github.com/georust/rust-geo/pull/226>
* Add Line-LineString euclidean distance
* Implement `EuclideanDistance` for `MultiPolygon` to `Line` and `Line` to `MultiPolygon`
* <https://github.com/georust/rust-geo/pull/227>
* Add `Line`-`LineString` euclidean distance
* <https://github.com/georust/rust-geo/pull/232>
* Add `VincentyDistance` and `VincentyLength` algorithms
* <https://github.com/georust/rust-geo/pull/213>
* Add `HaversineIntermediate` algorithm

## geo 0.9.0

Expand Down

0 comments on commit 56b7443

Please sign in to comment.