Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 21, 2020
1 parent b47e806 commit d25b662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geo-types/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## 0.6.2
## Unreleased

* `Rect::new` automatically determines min/max points
* Add `MultiLineString::is_closed` method
Expand Down
5 changes: 5 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## Unreleased

* Add `HasDimensions` trait for getting geometry dimensions
* <https://github.com/georust/geo/pull/524>

## 0.15.0

* Add `Intersects` implementations for all pairs of types
Expand Down

0 comments on commit d25b662

Please sign in to comment.