diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1698f0f76..d2996b153 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,15 @@ If the output is not quite correct, check for invisible trailing spaces!
+
+ Various SOFM visualizations (in package "o.a.c.m.ml.neuralnet.twod.util"):
+ Unified distance matrix, hit histogram, smoothed data histograms,
+ topographic error.
+
+
+ New interfaces to be implemented by algorithms that visualizes properties
+ of a "NeuronSquareMesh2D" (package "o.a.c.m.ml.neuralnet.twod.util").
+
Reimplemented pow(double, double) in FastMath, for better accuracy in
integral power cases and trying to fix erroneous JIT optimization again.