From b44f5d470cc5af52bc68df00ede08b2e2d6edbef Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 2 Jul 2026 11:17:48 +0200 Subject: [PATCH 1/2] Update release notes 1.92 --- doc/release_notes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 042ca01f8c..3d1ba1cd4d 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -34,6 +34,7 @@ * [@https://github.com/boostorg/geometry/issues/1399 1399] unit test index_rtree_exceptions_rst fails * [@https://github.com/boostorg/geometry/issues/1452 1452] performance regression on GCC * [@https://github.com/boostorg/geometry/issues/714 714] missing citation guidelines +* [@https://github.com/boostorg/geometry/issues/1471 1471] Two almost idential rectangles has no interesection * Various fixes of errors and warnings [/=================] From f0317e92917c1ab1e1beff6f20192d46619029bf Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 2 Jul 2026 14:53:46 +0200 Subject: [PATCH 2/2] Fix typo in issue 1471 description --- doc/release_notes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 3d1ba1cd4d..fd8258b967 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -34,7 +34,7 @@ * [@https://github.com/boostorg/geometry/issues/1399 1399] unit test index_rtree_exceptions_rst fails * [@https://github.com/boostorg/geometry/issues/1452 1452] performance regression on GCC * [@https://github.com/boostorg/geometry/issues/714 714] missing citation guidelines -* [@https://github.com/boostorg/geometry/issues/1471 1471] Two almost idential rectangles has no interesection +* [@https://github.com/boostorg/geometry/issues/1471 1471] Two almost identical rectangles have no intersection * Various fixes of errors and warnings [/=================]