Merge pull request #291 from mkaravel/doc/update_release_notes

Doc: update release notes for 1.59
This commit is contained in:
Adam Wulkiewicz
2015-05-06 10:18:21 +02:00

View File

@@ -27,6 +27,8 @@
* Added rtree const_iterator, begin(), end() and the support for Boost.Range.
* The support for C++11 `std::initializer_list` in geometries models.
* Disjoint and intersects support the following geometry combinations: multipoint/linestring, multipoint/multilinestring
* Intersection has been implemented for combinations of pointlike and linear geometries
* Added implementation for difference(pointlike, linear)
[*Improvements]