diff --git a/Installation/changes.html b/Installation/changes.html
index 1221a15047a..6f47000b2ee 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -152,6 +152,11 @@ and src/ directories).
Surface_mesh,
and generally speaking any model of the concept MutableFaceGraphconvex_hull_3_to_polyhedron_3() is deprecated and
+ convex_hull_3_to_face_graph.h should be used instead.Convex_hull_traits_3 now documents a nested type Polygon_mesh
+ instead of Polyhedron_3. The other nested type is kept for backward compatibility.CGAL::convex_hull_incremental_3() deprecated since CGAL 4.6.src/ directories).
Add function insert_in_hole.
-
+link_to_face_graph() to copy the set of faces incident to a vertex
+ into a model of FaceGraph.
+