diff --git a/Installation/changes.html b/Installation/changes.html
index 3bdc0c58f81..83f257b5679 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -166,6 +166,14 @@ and src/ directories).
Speed up the edge removal in case the incident faces contains many holes.
+ 3D Periodic Triangulations
+
+ - Add class Periodic_3_regular_triangulation_3, which provides functionality on 3D periodic weighted Delaunay triangulations.
+ The construction is fully dynamic: it provides both point insertion and vertex removal.
+
+ - Add new locate and geometric access functions.
+
+
3D Mesh Generation