Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions doc/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,33 @@

[section:release_notes Release Notes]

[/=================]
[heading Boost 1.89]
[/=================]

[*Major improvements]

* [@https://github.com/boostorg/geometry/pull/1369 1369] Rewrite of traversal
* [@https://github.com/boostorg/geometry/pull/1402 1402] Add geometry polyhedral surface

[*Improvements]

* [@https://github.com/boostorg/geometry/pull/1404 1404] Performance improvements in buffer
* [@https://github.com/boostorg/geometry/pull/1405 1405] Avoid static variables and functions in header files

[*Breaking changes]

* [@https://github.com/boostorg/geometry/pull/1401 1401] Remove deprecated headers

[*Solved issues]

* [@https://github.com/boostorg/geometry/issues/1221 1221] Difference with rectilinear multipolygon with integer coordinates produces invalid polygon with disconnected interior
* [@https://github.com/boostorg/geometry/issues/1295 1295] Wrong result in intersection (result polygon is equal to the biggest of the input polygons)
* [@https://github.com/boostorg/geometry/issues/1349 1349] Difference of polygons giving wrong result
* [@https://github.com/boostorg/geometry/issues/1382 1382] Buffer operation creates self-intersection
* Various fixes of errors and warnings


[/=================]
[heading Boost 1.88]
[/=================]
Expand Down
Loading