diff --git a/Installation/changes.html b/Installation/changes.html
index b6da5cd32f0..6cddbf9b4b8 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -131,6 +131,18 @@ and src/ directories).
components of the mesh.
+
+
Triangulated Surface Mesh Skeletonization (new package)
+
+ -
+ This new package provides a (1D) curve skeleton extraction algorithm for
+ a triangulated poylgonal mesh without borders based on the mean curvature flow.
+ The particularity of this skeleton is that it has the same topology
+ as the input mesh. For each skeleton vertex one can obtain its location
+ and its corresponding vertices of the input mesh.
+ The code is generic and works with any model of the `FaceListGraph` concept.
+
+
Approximation of Ridges and Umbilics on Triangulated Surface Meshes