diff --git a/Installation/changes.html b/Installation/changes.html
index 8633dcd41a6..b0f99456fa9 100755
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -135,6 +135,16 @@ David A. Wheeler's 'SLOCCount', restricted to the include/CGAL/
key_type of the property maps provided by CGAL used to be an iterator. In order to be more easily re-used,
+ the key_type has been changed to be the value_type of the iterator.
+ The packages that have been updated to match these changes are Point Set Processing and Surface Reconstruction from Point Sets.
+ However, for most users this change should be transparent if the default property maps were used.
+ For convenience, the former behavior can be enabled by defining the macro CGAL_USE_PROPERTY_MAPS_API_V1.
+