]> granicus.if.org Git - postgis/commitdiff
Add NEWS items about new ST_CurveToLine signature
authorSandro Santilli <strk@kbt.io>
Mon, 19 Jun 2017 16:08:52 +0000 (16:08 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 19 Jun 2017 16:08:52 +0000 (16:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15432 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 0091d1d37782e89a4deb9384351adcfb4792ed36..1012eb98e47488bc8313255219e421a03c3ac7ed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PostGIS 2.4.0
 
  * New Features *
 
+  - #3772, Direction agnostic ST_CurveToLine output (Sandro Santilli / KKGeo)
+  - #2464, ST_CurveToLine with MaxError tolerance (Sandro Santilli / KKGeo)
   - #3599, Geobuf output support via ST_AsGeobuf (Björn Harrtell)
   - #3661, Mapbox vector tile output support via ST_AsMVT (Björn Harrtell / CartoDB)
   - #3689, Add orientation checking and forcing functions (Dan Baston)