]> granicus.if.org Git - postgis/commitdiff
Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl
authorRegina Obe <lr@pcorp.us>
Tue, 16 Jun 2009 15:53:10 +0000 (15:53 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 16 Jun 2009 15:53:10 +0000 (15:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4175 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 2f71bdcd75f7502c422025ee3cb5625ad7ec85a0..6b5afbb65f35c7578c89af5c0bc5b335db8273a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,8 @@ PostGIS 1.4.0
    - ST_AsGeoJSON() return JSON formatted geometry (Olivier Courtin)
    - Populate_Geometry_Columns() -- automatically add records to
         geometry_columns for TABLES and VIEWS (Kevin Neufeld)
+   -- ST_MinimumBoundingCircle() -- returns the smallest circle 
+        polygon that can encompass a geometry (Bruce Rindahl)
 
  - Enhancements
    - Core geometry system moved into independent library, liblwgeom.