diff --git a/Installation/changes.html b/Installation/changes.html
index 6d1f50fd0f7..a572837d154 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -110,6 +110,19 @@ and src/ directories).
CGAL::compute_vcm() for computing the
+ Voronoi Covariance Measure (VCM) of a point set. The output of this function
+ can be used with the function CGAL::vcm_is_on_feature_edge()
+ to determine whether a point is on or close to a feature edge. The former
+ function is also internally used by CGAL::vcm_estimate_normals()
+ to estimate the normals of a point set and it is particularly suited to point
+ set with noise.
+