Skip to content

Commit

Permalink
Add note on changed behaviour in CoverageUnion
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 7, 2023
1 parent e4639e4 commit 55569aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ xxxx-xx-xx
- CAPI: GEOSGeom_releaseCollection (GH-848)
- CAPI: GEOSMinimumRotatedRectangle now uses MinimumAreaRectangle (Paul Ramsey)

- Breaking Changes
- CoverageUnion now requires valid inputs to produce valid outputs
and may return invalid outputs silently when fed invalid inputs.
Use CoverageValidator first if you do not know the validity of your data.

- Fixes/Improvements:
- WKTReader: Fix parsing of Z and M flags in WKTReader (#676 and GH-669, Dan Baston)
- WKTReader: Throw exception on inconsistent geometry dimension (#1080, Dan Baston)
Expand Down

0 comments on commit 55569aa

Please sign in to comment.