From: Sandro Santilli Date: Tue, 11 Sep 2018 09:20:48 +0000 (+0000) Subject: Add raster split change in NEWS X-Git-Tag: 3.0.0alpha1~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d8dd29b370f0440e5e1d7da818ee77567be4725;p=postgis Add raster split change in NEWS Closes #3888 git-svn-id: http://svn.osgeo.org/postgis/trunk@16756 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index c71fa9188..830e93b69 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ PostGIS 3.0.0 2019/xx/xx +* Breaking Changes * + - #3888, Raster support now available as a separate extension + (Sandro Santilli) * Enhancements and fixes * - #4153, ST_Segmentize now splits segments proportionally (Darafei Praliaskouski).