From d1163c20db89fb1ba183bc2b49f53ceddc3c9a03 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 29 Dec 2014 22:13:37 +0100 Subject: [PATCH] [doc] Update 1.58 release notes (ticket). --- doc/release_notes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 104eafe75..9905ced15 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -33,6 +33,7 @@ * [@https://svn.boost.org/trac/boost/ticket/10863 10863] Template parameter name coliding with B0 macro name defined in termios.h (duplicate of 10467) * [@https://svn.boost.org/trac/boost/ticket/10887 10887] Invalid result of within() and relate() for Linear/MultiPolygon * [@https://svn.boost.org/trac/boost/ticket/10890 10890] Invalid result of disjoint() for Point/Segment. +* [@https://svn.boost.org/trac/boost/ticket/10904 10904] Invalid calculation of most significant Dimension of a segment in relate_cartesian_segments strategy. [*Bugfixes]