diff --git a/CHANGES.html b/CHANGES.html
index 0538258fb..069ed9152 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -43,6 +43,21 @@ the cracks, unfortunately. If you, as a user, can suggest improvements
to this file based on your experience, please contribute a patch or drop
us a note on ns-developers mailing list.
+
+changes from ns-3.3 to ns-3.4
+
+new API:
+
+- ConstantAccelerationMobilityModel in src/mobility/constant-acceleration-mobility-model.h
+
+
+changes to existing API:
+
+
+- StaticMobilityModel has been renamed ConstantPositionMobilityModel
+- StaticSpeedMobilityModel has been renamed ConstantVelocityMobilityModel
+
+
changes from ns-3.2 to ns-3.3