]> granicus.if.org Git - postgis/commitdiff
Add notice about 2.0.0 having drop the SRID check in operator &&
authorSandro Santilli <strk@keybit.net>
Wed, 22 Jan 2014 16:19:59 +0000 (16:19 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Jan 2014 16:19:59 +0000 (16:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12189 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index a8f141ba4c6a57b5bfdc8a26620a87df592031ad..3819d9779b7ab653b2f9edef1c1a26f23cab7a1a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -468,6 +468,7 @@ PostGIS 2.0.0
     is now a view.
   - 3D analysis functions are now named with "3D" as a prefix 
     instead of a suffix (eg ST_Length3D has become ST_3DLength)
+  - Operator && does not check for SRID mismatch anymore
 
 * New Features *