diff --git a/CHANGES.html b/CHANGES.html
index 38326fe84..82e79eb9b 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -43,6 +43,69 @@ 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.2 to ns-3.3
+
+new API:
+
+
+- 17-11-2008; changeset
+4c1c3f6bcd03
+
+-
+The PppHeader previously defined in the point-to-point-net-device code has been
+made public.
+
+
+
+- 17-11-2008; changeset
+16c2970a0344
+
+-
+An emulated net device has been added as enabling technology for ns-3 emulation
+scenarios. See src/devices/emu and examples/emu-udp-echo.cc for details.
+
+
+
+
+new API in existing classes:
+
+
+- 17-11-2008; changeset
+4222173d1e6d
+
+-
+Added method InternetStackHelper::EnableAsciiChange to allow allow a user to
+hook ascii trace to the drop trace events in Ipv4L3Protocol and ArpL3Protocol.
+
+
+
+
+changes to existing API:
+
+
+- 17-11-2008; changeset
+dacfd1f07538
+
+-
+Change attribute "RxErrorModel" to "ReceiveErrorModel" in CsmaNetDevice for
+consistency between devices.
+
+
+
+
+changed behavior:
+
+
+- 17-11-2008; changeset
+ed0dfce40459
+
+-
+Relax reasonableness testing in Ipv4AddressHelper::SetBase to allow the
+assignment of /32 addresses.
+
+
+
changes from ns-3.1 to ns-3.2
@@ -171,7 +234,6 @@ when the m_promiscRxCallback is called.
-
03-07-2008; changeset
d5f8e5fae1c6