diff --git a/Installation/CHANGES b/Installation/CHANGES
index c59161c9c7c..48a6acfdb76 100644
--- a/Installation/CHANGES
+++ b/Installation/CHANGES
@@ -168,6 +168,12 @@ Release date: September 2013
the Mesh_triangulation_3 class.
+* Triangulated Surface Mesh Simplification
+
+ - Fix a segmentation fault that was happening when some edges of length 0
+ were in the input mesh.
+
+
* 3D Fast Intersection and Distance Computation
- Following the intersection API change, Object_and_primitive_id has been
diff --git a/Installation/changes.html b/Installation/changes.html
index 1bdbd033db5..0457b6db986 100755
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -290,6 +290,11 @@ and src/ directories).
classes into the Mesh_triangulation_3 class.
+