diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 29f595f6b..e07d8c3ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,13 @@ If the output is not quite correct, check for invisible trailing spaces!
+
+ Performance improvement in computation of the greatest common divisor
+ (in class "o.a.c.m.util.ArithmeticUtils").
+
+
+ Added a check so that the returned point will always be the best one.
+
Added a NewtonRaphsonSolver that uses the new differentiation package
to define the function to solve. This class is intended to replace the