From c2589a451a2784ffbb6a710bbbc609b37b68de4e Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 28 Jan 2015 12:48:33 +0200 Subject: [PATCH] [doc][release notes] mention bug fix in is_simple about simple closed linestring in multilinestrings --- doc/release_notes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 86d0b8743..1138591ea 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -54,6 +54,7 @@ * Bug in buffers for joins with a imited number of points * Bug in buffers for joins with large buffer distances * Bug in closing iterator not working properly when the input range is empty +* Bug in is_simple, not handling properly closed simple linestrings within multilinestrings [/=================] [heading Boost 1.57]