$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84510 - website/public_html/live/feed/history
From: sydorchuk.andriy_at_[hidden]
Date: 2013-05-26 11:28:15
Author: asydorchuk
Date: 2013-05-26 11:28:14 EDT (Sun, 26 May 2013)
New Revision: 84510
URL: http://svn.boost.org/trac/boost/changeset/84510
Log:
Polygon: updating release notes.
Text files modified: 
   website/public_html/live/feed/history/boost_1_54_0.qbk |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk	2013-05-26 11:28:14 EDT (Sun, 26 May 2013)
@@ -171,6 +171,10 @@
   * Fixed bug in some transcendental functions that caused incorrect return values when variables are reused, for example with
     `a = pow(a, b)`.  See [@https://svn.boost.org/trac/boost/ticket/8326 8326].
 
+* [phrase library..[@/libs/polygon/ Polygon]:]
+  * Updates and fixes to the Voronoi documentation.
+  * Bugs fixed from Trac: [ticket 8026], [ticket 8197], [ticket 8257].
+
 * [phrase library..[@/libs/property_map/ PropertyMap]:]
   * Added `compose_property_map` from Guillaume Pinot.