[doc] Add 1.72.0 release notes.

This commit is contained in:
Adam Wulkiewicz 2019-11-06 17:24:24 +01:00
parent ca52913fef
commit a5655e494e

View File

@ -25,11 +25,24 @@
[*Improvements]
* [@https://github.com/boostorg/geometry/pull/500 500] Karney's solution of inverse geodesic problem for internal use (thanks to Adeel Ahmad).
* [@https://github.com/boostorg/geometry/pull/561 561] New algorithm detail::calculate_point_order() for internal use.
* [@https://github.com/boostorg/geometry/pull/584 584] Support for arbitrary dimensions in matrix_transformer (thanks to Tinko Bartels).
* [@https://github.com/boostorg/geometry/pull/616 616] Various improvements of srs::transformation, incl. support for std threading primitives.
* [@https://github.com/boostorg/geometry/pull/627 627] Improved genericity of relational operations.
* Various improvements related to robustness of set and relational operation.
[*Solved issues]
* [@https://github.com/boostorg/geometry/issues/557 557] Invalid result of distance between point and linestring in spherical-equatorial coordinate system.
* [@https://github.com/boostorg/geometry/issues/612 612] Invalid result of set operations in geographic coordinate system.
* [@https://github.com/boostorg/geometry/issues/619 619] Invalid result of set operations in spherical-equatorial coordinate system.
[*Bugfixes]
* Fixed errors in generation of asymmetric one-sided buffer
* [@https://github.com/boostorg/geometry/pull/479 479] Various fixes for set operations in spherical and geographic coordinate systems.
* [@https://github.com/boostorg/geometry/pull/623 623] Potential integral overflow in set and relational operations.
* [@https://github.com/boostorg/geometry/pull/632 632] Fixed errors in generation of asymmetric one-sided buffer.
[/=================]
[heading Boost 1.71]