diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 68381509a..6a0a281ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,10 @@ This is a minor release: It combines bug fixes and new features.
2. A few methods in the FastMath class are in fact slower that their
counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901).
">
+
+ All contents of package "o.a.c.m.optimization" refactored into
+ new packages "o.a.c.m.optimization" and "o.a.c.m.fitting".
+
Added methods to EmpiricalDistribution to implement the RealDistribution
interface.