Skip to content

Commit

Permalink
Add missing link to pull request in changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jan 10, 2021
1 parent dde7b6c commit 77e1919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* Add `CoordsIter::exterior_coords_iter` method to iterate over exterior coordinates of a geometry
* <https://github.com/georust/geo/pull/594>
* The `ExtremeIndices` and `ExtremePoints` traits have been combined into a new `Extremes` trait containing an `extremes` method. The output of the `extremes` method contains both indices and coordinates. The new implementation is based on `CoordsIter` instead of `ConvexHull`, and now runs 6x faster.
* <https://github.com/georust/geo/pull/592>

## 0.16.0

Expand Down

0 comments on commit 77e1919

Please sign in to comment.