From de1cc467aa4a6571a05bc28910ef3ece105f3c59 Mon Sep 17 00:00:00 2001 From: strk Date: Tue, 4 Dec 2012 21:50:30 +0000 Subject: [PATCH] Add note about BufferOp robustness improvement git-svn-id: http://svn.osgeo.org/geos/trunk@3731 5242fede-7e19-0410-aef8-94bd7d2200fb --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4e3ec701..b405ac32 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Changes in 3.4.0 - GraphComponent::label is now a Label value (from a pointer) - NodedSegmentString takes ownership of CoordinateSequence now - Bug fixes / improvements + - Improve Buffer robustness by reducing input precision on topology + exception (#605) - Fixed Linear Referencing API to handle MultiLineStrings consistently by always using the lowest possible index value, and by trimming zero-length components from results (#323) -- 2.11.4.GIT