[doc] Update 1.75 release notes.

This commit is contained in:
Adam Wulkiewicz 2020-12-02 00:42:58 +01:00
parent d2d3a7954a
commit bb0f00ef57

View File

@ -6,7 +6,7 @@
Copyright (c) 2009-2017 Mateusz Loskot <mateusz@loskot.net>, London, UK.
Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland.
This file was modified by Oracle on 2015, 2017, 2018, 2019, 2020.
This file was modified by Oracle on 2015-2020.
Modifications copyright (c) 2015-2020, Oracle and/or its affiliates.
Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
@ -19,6 +19,32 @@
[section:release_notes Release Notes]
[/=================]
[heading Boost 1.75]
[/=================]
[*Improvements]
* [@https://github.com/boostorg/geometry/pull/726 726] Umbrella strategies for area, envelope, expand (undocumented for now).
* [@https://github.com/boostorg/geometry/pull/733 733] Added example of adaptation of std::array<> to Point concept (thanks to Ben FrantzDale).
* [@https://github.com/boostorg/geometry/pull/745 745] constexpr added in geometries and arithmetic.
* [@https://github.com/boostorg/geometry/pull/747 747] Added optional traits::make (undocumented for now).
* [@https://github.com/boostorg/geometry/pull/748 748] Modernized usage of type traits.
* [@https://github.com/boostorg/geometry/pull/759 759] MPL_ASSERT replaced with standard static_assert.
* [@https://github.com/boostorg/geometry/pull/767 767] Modernized usage of tuple.
[*Solved issues]
* [@https://github.com/boostorg/geometry/issues/716 716] Dangling proxy references.
[*Bugfixes]
* Various fixes in set operations and buffer.
[*Deprecation]
* [@https://github.com/boostorg/geometry/issues/590 590] Boost.Geometry requires C++14.
[/=================]
[heading Boost 1.74]
[/=================]