diff --git a/Installation/changes.html b/Installation/changes.html
index b04c4d84984..f5592f6daea 100755
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -154,6 +154,15 @@ David A. Wheeler's 'SLOCCount', restricted to the include/CGAL/
+
insert_points and insert_segments to insert a range
+ of points and segments. These functions uses the spatial sorting in order to speed up the
+ time needed for the insertion. The function insert(Input_iterator first, Input_iterator beyond, Tag_true)
+ has been updated to dispatch the input when possible to these functions.
+ TriangulationDataStructure_2 to require a more general copy_tds