diff --git a/Installation/changes.html b/Installation/changes.html
index 32c3136a739..9450eb87758 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -16,7 +16,7 @@
padding-top: 0.2em;
}
code::before, code::after {
- content: " ";
+ content: " ";
letter-spacing: -0.2em;
}
@@ -136,6 +136,14 @@ and src/ directories).
+
2D and 3D Linear Geometry Kernel
+
+ - Breaking change:
+ The dangerous implicit conversions between weighted points and points
+ have been disabled. The constructors used to build a weighted point from a point
+ (and reversely) are still available but must be called explicitely.
+
+
@@ -144,13 +152,22 @@ and src/ directories).
-dD Triangulations
-
- -
- Add a class to compute regular triangulations.
- Note that the removal of points is not yet supported.
-
-
+ 2D and 3D Triangulations
+
+ - Breaking change:
+ Added a new functor requirement, Construct_point_2, to the concepts
+ TriangulationTraits_2 and RegularTriangulationTraits_2 and a new functor
+ requirement, Construct_point_3, to the concepts TriangulationTraits_3 and
+ RegularTriangulationTraits_3. Note that all models of the concept Kernel
+ already provide these functors.
+
+ dD Triangulations
+
+ -
+ Add a class to compute regular triangulations.
+ Note that the removal of points is not yet supported.
+
+
@@ -1277,15 +1294,15 @@ and src/ directories).
longer supported since CGAL-4.5.
- Since CGAL version 4.0, Eigen was the recommended third-party
+ Since CGAL version 4.0, Eigen was the recommended third-party
library to use with Planar Parameterization of Triangulated
Surface Meshes, Surface Reconstruction from Point
Sets, Approximation of Ridges and Umbilics on Triangulated
Surface Meshes, and Estimation of Local Differential
Properties of Point-Sampled Surfaces packages. From CGAL
- version 4.5, Taucs, Blas and Lapack are no longer supported.
+ version 4.5, Taucs, Blas and Lapack are no longer supported.
- CGAL is now compatible with the new CMake version 3.0.
+ CGAL is now compatible with the new CMake version 3.0.
@@ -1478,7 +1495,7 @@ and src/ directories).
Additional supported platforms:
- The Apple Clang compiler version 5.0 is now supported on
- OS X Mavericks.
+ OS X Mavericks.
The Microsoft Windows Visual C++ compiler 2013 (VC12) is now
supported.
@@ -1652,7 +1669,7 @@ and src/ directories).
constructor added to CGAL::Object. However, it is
recommended to upgrade your code. The previous behavior can be
restored by defining the
- macro CGAL_INTERSECTION_VERSION to 1.
+ macro CGAL_INTERSECTION_VERSION to 1.
2D Arrangements
@@ -1976,7 +1993,7 @@ and src/ directories).
Additional supported platforms:
- The Apple Clang compiler versions 3.1 and 3.2 are now supported on
- Mac OS X.
+ Mac OS X.
Improved configuration for essential and optional external third party software