From ed9e601091365ef14ceec92e3d23955e9aa3aff1 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Wed, 26 Nov 2025 15:08:04 +0200 Subject: [PATCH] Update release notes for 1.90 --- doc/release_notes.qbk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index e65fd98cdc..7022902a14 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -19,6 +19,25 @@ [section:release_notes Release Notes] +[/=================] +[heading Boost 1.90] +[/=================] + +[*Major improvements] + +* [@https://github.com/boostorg/geometry/pull/1409 1409] Implement is_valid algorithm for polyhedral surfaces + +[*Improvements] + +* [@https://github.com/boostorg/geometry/pull/1413 1413] Add supported combinations for convert +* [@https://github.com/boostorg/geometry/pull/1417 1417] Improved documentation +* [@https://github.com/boostorg/geometry/pull/1423 1423] Avoid stack overflow in traverse + +[*Solved issues] + +* [@https://github.com/boostorg/geometry/issues/1006 1006] bg::projections::detail::epsg_to_parameters causes excessive compile times +* Various fixes of errors and warnings + [/=================] [heading Boost 1.89] [/=================]