diff --git a/Installation/changes.html b/Installation/changes.html
index 0e343c9e5d0..c2b1252ebba 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -139,9 +139,10 @@ and src/ directories).
Kernel have been disabled. The constructors used
+ to build a weighted point from a point (and reversely) are still available
+ but must be called explicitely.
src/ directories).
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.
+ All models of the concept Kernel already provide these functors.
RegularTriangulationVertexBase_3. This
+ concept describes the requirements for vertices meant to be used in regular triangulations.
+ Concepts that previously refined TriangulationVertexBase_3
+ but modeled a vertex class used in regular triangulations, such as the concept MeshVertexBase_3 in the 3D mesh
+ generation package, now refine RegularTriangulationVertexBase_3.
+ Point (note that this is either a Traits::Point_[23]
+ for basic and Delaunay triangulations or a Traits::Weighted_point_[23] when considering
+ regular triangulations). Consequently:
+ RegularTriangulationVertexBase_2 now requests
+ a Point type (equal to Traits::Weighted_point_2)
+ RegularTriangulationCellBase_3 now requests
+ a Point type instead of a Weighted_point type.
+ DelaunayTriangulationCellBase_3 now requests
+ a Point type instead of a Point_3 type.
+ src/ directories).
MeshCellBase_3
- has been changed to properly reflect that it is a weightless point.
- MeshVertexBase_3 must now refine the new concept
- RegularTriangulationVertexBase_3.
+ has been changed from Triangulation::Point to
+ TriangulationTraits::Point_3 to reflect that it is a weightless point.