From: Sandro Santilli Date: Wed, 21 Jan 2015 18:04:02 +0000 (+0000) Subject: Update list of deprecated signatures X-Git-Tag: 2.2.0rc1~699 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeef7987eb8d8e92967dcb4fcdd5f1862deee0d2;p=postgis Update list of deprecated signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@13193 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 7e6701af9..64f7a98e1 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,9 @@ PostGIS 2.2.0 ST_Find_Extent renamed to ST_FindExtent, ST_Combine_BBox renamed to ST_CombineBbox, ST_Length_Spheroid renamed to ST_LengthSpheroid, - ST_Distance_Spheroid renamed to ST_DistanceSpheroid + ST_Distance_Spheroid renamed to ST_DistanceSpheroid, + ST_Distance_Sphere renamed to ST_DistanceSphere, + ST_3DLength_Spheroid deprecated (use ST_LengthSpheroid) - #2769, ST_Mem_Size renamed to ST_MemSize - #2565, ST_SummaryStats(tablename, rastercolumn, ...) - #2567, ST_Count(tablename, rastercolumn, ...)