From 18ce6fd293c4e946f719e5ff4e43405d96bfcf15 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Wed, 16 Jul 2025 19:09:52 +0300 Subject: [PATCH] Update release notes for 1.89 --- doc/release_notes.qbk | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 1dfe39b183..e65fd98cdc 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -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] [/=================]