From f1afcf0d8eb6e126ad8c6a748a26427eaeb4830e Mon Sep 17 00:00:00 2001 From: John Krauss Date: Wed, 22 Mar 2017 15:14:35 +0000 Subject: [PATCH] update NEWS.md --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 35a50d0..de54f10 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,13 @@ __API Changes__ `numer_t_description`, `denom_t_description` and `geom_t_description` now returned as part of `OBS_GetMeta`. +__Improvements__ + +* Reduced amount of simplification done on input geometries (from 0.0001 above + 500 points to 0.00001 above 1000 points). +* Added tests to confirm that accurate results are returned from automatic + boundary selection + 1.3.5 (2017-03-15) No changes. Artifact to allow for data update.