]> granicus.if.org Git - postgis/commitdiff
Add #817 Renaming old 3D functions to the convention ST_3D to release notes
authorRegina Obe <lr@pcorp.us>
Tue, 29 Mar 2011 11:10:47 +0000 (11:10 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 29 Mar 2011 11:10:47 +0000 (11:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6985 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 3a7040f59a3652c28b312d825b020e482372827c..d2d0f4ee92b08f12b902a2e9d9a404a1a15392c7 100644 (file)
--- 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)
 
index 79e4d6ad805cedc7812f140e58d0bb50ea4487e0..16ba197ffe1a9fb48c2a68465a9372a407f9e7ba 100644 (file)
@@ -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().</para>
+        <para>#817 Renaming old 3D functions to the convention ST_3D (Nicklas Avén)</para>
         <para>#548 (sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) instead of null 
      for single geometries (Sandro Santilli, Maxime van Noppen)</para>
         </simplesect>