update changes.html

This commit is contained in:
Sébastien Loriot 2013-06-13 18:02:11 +02:00
parent ffa4bf7d34
commit b172b06b39
1 changed files with 10 additions and 0 deletions

View File

@ -135,6 +135,16 @@ David A. Wheeler's 'SLOCCount'</a>, restricted to the <code>include/CGAL/</code>
<li>Two bug fixes: do not use the 2 least significant bits for cell attribute without dart support; add share a mark in CMap_cell_iterator.</li>
</ul>
<h3>CGAL and Boost Property Maps</h3>
<ul>
<li> The <code>key_type</code> of the property maps provided by CGAL used to be an iterator. In order to be more easily re-used,
the <code>key_type</code> has been changed to be the <code>value_type</code> of the iterator.
The packages that have been updated to match these changes are <b>Point Set Processing</b> and <b>Surface Reconstruction from Point Sets</b>.
However, for most users this change should be transparent if the default property maps were used.
For convenience, the former behavior can be enabled by defining the macro <code>CGAL_USE_PROPERTY_MAPS_API_V1</code>.
</li>
</ul>
</div>
<h2 id="release4.2">Release 4.2 </h2>