Add the change in changes.html

This commit is contained in:
Philipp Möller 2012-06-14 09:13:52 +00:00
parent 9f32b687b9
commit ef676f39a8
1 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,11 @@ David A. Wheeler's 'SLOCCount'</a>, restricted to the <code>include/CGAL/</code>
<li>Minor bugfix; replace some functors by methods.</li>
</ul>
<h3>Installation</h3>
<ul>
<li>Availability tests for C++11 features are now performed with the help of <a href="http://www.boost.org/libs/config">Boost.Config</a>. A Boost version of 1.40.0 or higher is needed to use C++11 features.</li>
</ul>
<h3>Linear Cell Complex</h3>
<ul>
<li>Improve the demo: add a widget showing all the volumes and an operation to create a Menger sponge.</li>