diff --git a/Installation/changes.html b/Installation/changes.html
index 88e972ebd5a..d4e01b057b0 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -200,7 +200,12 @@ and src/ directories).
of a FaceGraph and a creation function CGAL::dual(primal).
-
+
2D Minkowski Sums
+
+ - Introduce a convex decomposition strategy, namely Polygon_nop_decomposition_2, that merely passed the input polygon to the list of output polygons.
+ - Introduce overloads of the function minkowski_sum_2(), which accepts 2 decomposition strategies.
+ - Introduce an overloaded function called minkowski_sum_by_decomposition_2(P, Q, decom_no_holes, decomp_with_holes), which computes the 2D Minkowski sum using optimal choices of decomposition strategies.
+