Skip to content

Commit

Permalink
CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Oct 18, 2020
1 parent f2646b6 commit 454c925
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

DATE: _unreleased_

* \#194: Circles that cross a dateline can now be converted to a JTS Geometry. Previous attempts would throw an exception.
(Stijn Caerts)

* \#194: JtsGeometry now supports input an Geometry that crosses the dateline multiple times (wraps the globe multiple times). Previous attempts would yield erroneous behavior.
(Stijn Caerts)

* \#188: Upgraded to JTS 1.17.0. This JTS release has a small [API change](https://github.com/locationtech/jts/blob/master/doc/JTS_Version_History.md#api-changes) and it requires Java 1.8.
Spatial4J should work fine with older versions still.
(Jim Hughes)
Expand Down

0 comments on commit 454c925

Please sign in to comment.