Skip to content

Commit

Permalink
preemptively write some geo and geo-types changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 28, 2019
1 parent 5469151 commit 164ca93
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changes

## geo (unreleased)

* Add `BoundingRect` implementation for `Rect`
* <https://github.com/georust/geo/pull/355>
* Add Chamberlain–Duquette area algorithm
* <https://github.com/georust/geo/pull/369>
* Make Euclidean Line-Line distance symmetrical
* <https://github.com/georust/geo/pull/371>
* Bump rstar to 0.4
* <https://github.com/georust/geo/pull/373>
* Mark `ToGeo` as deprecated
* <https://github.com/georust/geo/pull/375>
* Remove usages of 'failure' crate
* <https://github.com/georust/geo/pull/388>

## geo-types (unreleased)

* Make geo-types Rect fields private to force users to use constructor (breaking change)
* <https://github.com/georust/geo/pull/374>
* Bump rstar to 0.4
* <https://github.com/georust/geo/pull/373>
* Fix link to `LineString` in docs
* <https://github.com/georust/geo/pull/381>
* Fix typo in Rect docs about min/max positions.
* <https://github.com/georust/geo/pull/385>
* Implement `Hash` for all types in `geo-types`
* <https://github.com/georust/geo/pull/389>

## geo 0.12.2

* Introduce `point!`, `line_string!`, and `polygon!` macros.
Expand Down

0 comments on commit 164ca93

Please sign in to comment.