Skip to content

Commit c5ebb03

Browse files
committed
chore: Release notes for 1.87
1 parent b20a9e6 commit c5ebb03

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/release_notes.qbk

+29
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,35 @@
1919

2020
[section:release_notes Release Notes]
2121

22+
[/=================]
23+
[heading Boost 1.87]
24+
[/=================]
25+
26+
[*Improvements]
27+
28+
* Use using instead of typedef in part of the code
29+
* Modernize meta function with alias in part of the code
30+
* Add support for modular build structure
31+
* Complete CMake coverage (added github actions cmake tests)
32+
* Improve documentation workflow
33+
* Update Qt end WxWidgets examples
34+
* Add enumerate to prepare for 17 and 23
35+
36+
[*Breaking changes]
37+
38+
* Remove deprecated rescaling code
39+
40+
[*Solved issues]
41+
42+
* [@https://github.com/boostorg/geometry/issues/1309 1309] Fix some missing qbk includes
43+
* [@https://github.com/boostorg/geometry/issues/1226 1226] [@https://github.com/boostorg/geometry/issues/1326 1326] Fix extra round on ring
44+
* [@https://github.com/boostorg/geometry/issues/1293 1293] [@https://github.com/boostorg/geometry/issues/1294 1294] [@https://github.com/boostorg/geometry/issues/1295 1295] Fix traversal through non clustered rings
45+
* [@https://github.com/boostorg/geometry/issues/893 893] [@https://github.com/boostorg/geometry/issues/1299 1299] Fix blocking rings for non union conditions
46+
* [@https://github.com/boostorg/geometry/issues/1342 1342] Fix discarding a start turn for combination with touch
47+
* [@https://github.com/boostorg/geometry/issues/1288 1288] [@https://github.com/boostorg/geometry/issues/1345 1345] Fixes in handling (imperfect) touch
48+
* [https://github.com/boostorg/geometry/issues/1279 1279] Fix covered_by incorrect results
49+
* Various fixes of errors and warnings
50+
2251
[/=================]
2352
[heading Boost 1.85]
2453
[/=================]

0 commit comments

Comments
 (0)