|
6 | 6 | Copyright (c) 2009-2017 Mateusz Loskot <mateusz@loskot.net>, London, UK.
|
7 | 7 | Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland.
|
8 | 8 |
|
9 |
| - This file was modified by Oracle on 2015, 2017, 2018, 2019, 2020. |
| 9 | + This file was modified by Oracle on 2015-2020. |
10 | 10 | Modifications copyright (c) 2015-2020, Oracle and/or its affiliates.
|
11 | 11 | Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
|
12 | 12 | Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
19 | 19 |
|
20 | 20 | [section:release_notes Release Notes]
|
21 | 21 |
|
| 22 | +[/=================] |
| 23 | +[heading Boost 1.75] |
| 24 | +[/=================] |
| 25 | + |
| 26 | +[*Improvements] |
| 27 | + |
| 28 | +* [@https://github.com/boostorg/geometry/pull/726 726] Umbrella strategies for area, envelope, expand (undocumented for now). |
| 29 | +* [@https://github.com/boostorg/geometry/pull/733 733] Added example of adaptation of std::array<> to Point concept (thanks to Ben FrantzDale). |
| 30 | +* [@https://github.com/boostorg/geometry/pull/745 745] constexpr added in geometries and arithmetic. |
| 31 | +* [@https://github.com/boostorg/geometry/pull/747 747] Added optional traits::make (undocumented for now). |
| 32 | +* [@https://github.com/boostorg/geometry/pull/748 748] Modernized usage of type traits. |
| 33 | +* [@https://github.com/boostorg/geometry/pull/759 759] MPL_ASSERT replaced with standard static_assert. |
| 34 | +* [@https://github.com/boostorg/geometry/pull/767 767] Modernized usage of tuple. |
| 35 | + |
| 36 | +[*Solved issues] |
| 37 | + |
| 38 | +* [@https://github.com/boostorg/geometry/issues/716 716] Dangling proxy references. |
| 39 | + |
| 40 | +[*Bugfixes] |
| 41 | + |
| 42 | +* Various fixes in set operations and buffer. |
| 43 | + |
| 44 | +[*Deprecation] |
| 45 | + |
| 46 | +* [@https://github.com/boostorg/geometry/issues/590 590] Boost.Geometry requires C++14. |
| 47 | + |
22 | 48 | [/=================]
|
23 | 49 | [heading Boost 1.74]
|
24 | 50 | [/=================]
|
|
0 commit comments