[doc] add to doc the fix for largely deflated interior rings

This commit is contained in:
Barend Gehrels 2015-02-18 15:16:30 +01:00
parent 845611e251
commit 34e8b70820

View File

@ -52,9 +52,10 @@
* Bug in flatten_iterator's assignment operator causing an access violation
* Bug in Cartesian segment-segment intersection strategy when one segment degenerates to a point and is collinear to the other non-degenerate segment
* Bug in centroid(), non-deterministic result if calculated for e.g. a Polygon with zero-area.
* Bug in buffers for joins with a imited number of points
* Bug in buffers for joins with a limited number of points
* Bug in buffers for joins with large buffer distances
* Bug in buffers for flat ends with large buffer distances
* Bug in buffers for interior rings with large negative 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