From 9af37ad97cbdc9d8e2e7f1a78c643b24e62c6806 Mon Sep 17 00:00:00 2001
From: Mathieu Lacage
Date: Tue, 10 Mar 2009 14:31:40 +0100
Subject: [PATCH] update CHANGES.html
---
CHANGES.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
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