diff --git a/Installation/changes.html b/Installation/changes.html
index 8f1ad2f03f6..9ca1483781e 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -125,18 +125,18 @@ and src/ directories).
HalfedgeGraph concept. In particular the most notable changes are:
+ HalfedgeGraph concept. In particular:
halfedge_descriptor in the specialization of the class boost::graph_traits.halfedge_descriptor in the specialization of the class boost::graph_traits.halfedge_graph_traits.HalfedgeGraph is considered as an undirected graph. Thus any call to edges
- should be replaced by halfedges and num_edges now returns the number of (undirected) edges.
+ HalfedgeGraph is considered as an undirected graph. Thus any call to edges()
+ should be replaced by halfedges() and num_edges() now returns the number of (undirected) edges.
is_border_edge and is_border_halfedge properties.
- The free functions is_border and is_border_edge should be used instead.is_border() and is_border_edge() should be used instead.HalfedgeGraph specific free functions.FaceGraph concepts.FaceGraph concept.AABB_halfedge_graph_segment_primitive
from the package 3D Fast Intersection and Distance Computation to the API change.AABB_face_graph_triangle_primitive from