From: Regina Obe Date: Tue, 12 Jan 2010 08:18:54 +0000 (+0000) Subject: Add ST_DFullyWithin and add analysis as descriptor to functions X-Git-Tag: 1.5.0b2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb30f684c443c8a6b02ae44a838480d69ccc550e;p=postgis Add ST_DFullyWithin and add analysis as descriptor to functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5119 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 1435e4fdf..3e28c2bca 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,9 @@ PostGIS 1.5.0 - Add Hausdorff distance calculations (#209) (Vincent Picavet) - Add parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli) - Performance improvements to ST_Distance (Nicklas Aven) - - Addition of other Distance related and visualization functions (Nicklas Aven) + - Addition of other Distance related and visualization and analysis functions (Nicklas Aven) - ST_ClosestPoint + - ST_DFullyWithin - ST_LongestLine - ST_MaxDistance - ST_ShortestLine