Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 1.2.0.0 release mid September #1070

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion doc/JTS_Version_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,23 @@ Distributions for older JTS versions can be obtained at the

<!-- ================================================================ -->

Version 1.x

Release Date: TBD

# Version 1.x

*Release Date: TBD*
### New Features

### Functionality Improvements

### Bug Fixes

### Performance Improvements

# Version 1.20.0

*Release Date: 09/18/2024*

### New Features
* Add `CoverageValidator` `CoveragePolygonValidator` (#900)
Expand All @@ -44,6 +58,7 @@ Distributions for older JTS versions can be obtained at the
* Improve CoverageSimplifier with ring removal, smoothing, inner/outer and per-feature tolerances (#1060)

### Bug Fixes
* Fix `WKBReader` and `WKBWriter` handling of M measures when writing to WKB and reading from WKB (#734)
* Fix `PreparedGeometry` handling of EMPTY elements (#904)
* Fix `WKBReader` parsing of WKB containing multiple empty elements (#905)
* Fix `LineSegment.orientationIndex(LineSegment)` to correct orientation for non-collinear segments on right (#914)
Expand Down
Loading