From: Sandro Santilli Date: Wed, 22 Jan 2014 16:19:59 +0000 (+0000) Subject: Add notice about 2.0.0 having drop the SRID check in operator && X-Git-Tag: 2.2.0rc1~1271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35571c02068af5a40d372cfa17cc5db2174f987;p=postgis Add notice about 2.0.0 having drop the SRID check in operator && git-svn-id: http://svn.osgeo.org/postgis/trunk@12189 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index a8f141ba4..3819d9779 100644 --- 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 *