From: Sandro Santilli Date: Thu, 11 Jun 2015 19:12:43 +0000 (+0000) Subject: Add missing item about |=| addition X-Git-Tag: 2.2.0rc1~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86e9808ab2a13dfb5d4094d9826f20d184bd1fe8;p=postgis Add missing item about |=| addition git-svn-id: http://svn.osgeo.org/postgis/trunk@13655 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 9de3e0374..3ed03135b 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,8 @@ PostGIS 2.2.0 * New Features * + - Add |=| operator with CPA semantic and KNN support with PgSQL 9.5+ + (Sandro Santilli / Boundless) - #3062, Allow passing M factor to ST_Scale (Sandro Santilli / Boundless) - #3139, ST_BoundingDiagonal (Sandro Santilli / Boundless) - #3129, ST_IsValidTrajectory (Sandro Santilli / Boundless)