Skip to content

Commit bb0f00e

Browse files
committed
[doc] Update 1.75 release notes.
1 parent d2d3a79 commit bb0f00e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

doc/release_notes.qbk

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copyright (c) 2009-2017 Mateusz Loskot <mateusz@loskot.net>, London, UK.
77
Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland.
88

9-
This file was modified by Oracle on 2015, 2017, 2018, 2019, 2020.
9+
This file was modified by Oracle on 2015-2020.
1010
Modifications copyright (c) 2015-2020, Oracle and/or its affiliates.
1111
Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
1212
Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
@@ -19,6 +19,32 @@
1919

2020
[section:release_notes Release Notes]
2121

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+
2248
[/=================]
2349
[heading Boost 1.74]
2450
[/=================]

0 commit comments

Comments
 (0)