From: Regina Obe Date: Tue, 29 Mar 2011 11:10:47 +0000 (+0000) Subject: Add #817 Renaming old 3D functions to the convention ST_3D to release notes X-Git-Tag: 2.0.0alpha1~1817 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf2627118e38d910205b3167e17cbb7b1f12d233;p=postgis Add #817 Renaming old 3D functions to the convention ST_3D to release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6985 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 3a7040f59..d2d0f4ee9 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ YYYY/MM/DD Some constraints in older tables were built with deprecated functions. If you restore you may need to rebuild these with populate_geometry_columns(). + - #817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén) - #548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) instead of null for single geometries (Sandro Santilli, Maxime van Noppen) diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 79e4d6ad8..16ba197ff 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -15,6 +15,7 @@ If you don't see a function documented -- it ain't supported or it is an internal function. Some constraints in older tables were built with deprecated functions. If you restore you may need to rebuild table constraints with populate_geometry_columns(). + #817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén) #548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) instead of null for single geometries (Sandro Santilli, Maxime van Noppen)