From 09a221d28d85e24347ef32b76c78951b92d75b0d Mon Sep 17 00:00:00 2001 From: Jody Garnett Date: Thu, 22 Aug 2024 16:23:06 -0700 Subject: [PATCH] Release notes for 1.2.0.0 release mid September --- doc/JTS_Version_History.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/JTS_Version_History.md b/doc/JTS_Version_History.md index 928f495a76..cd6ebba73c 100644 --- a/doc/JTS_Version_History.md +++ b/doc/JTS_Version_History.md @@ -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) @@ -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)