From 0e2de545cbf6cf261cc2d67bdbf485084ebe9cb9 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Fri, 26 Jan 2018 11:34:02 +0100 Subject: [PATCH] changelog for v2.0.4 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 14245200..92aa6f00 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # Changelog +## [2.0.4] - 2018-01-26 +### Changed +- fixed bug where inner rings of gml:Polygon wasn't read properly when that polygon is referenced by an XLink. + ## [2.0.3] - 2018-01-23 ### Changed - each surface are now triangulated with a constrained Delaunay triangulation (CDT) instead of a non-Delaunay one. That improves stability, especially when there are nearly collinear vertices in a surfaces: slivers are avoided, which means less errors 204, and less wrong errors caused by numerical stability.