Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Mar 1, 2020
1 parent f584c75 commit e46bdfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changes

## geo (unreleased)

* Add a mutable Coordinate iterator to LineString
* https://github.com/georust/geo/pull/404
* Fix for rectangle intersection check
* https://github.com/georust/geo/pull/420
* Bump proj to 0.14.4
* <https://github.com/georust/geo/pull/412>
* Add `BoundingRect` implementation for `Rect`
Expand All @@ -18,6 +23,8 @@

## geo-types (unreleased)

* Update Geometry enum with iterators and TryFrom impls for primitives
* https://github.com/georust/geo/pull/410
* 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
Expand Down

0 comments on commit e46bdfe

Please sign in to comment.