CHANGES.html
changeset 5808 1337475ed924
parent 5742 19c79550b371
child 5812 bb8a3a22d015
--- a/CHANGES.html	Wed Nov 18 08:57:32 2009 +0100
+++ b/CHANGES.html	Wed Nov 18 09:07:59 2009 +0100
@@ -56,13 +56,15 @@
 'context' (a 32bit integer which, by convention identifies a node by its id). Simulator::GetContext
 returns the context of the currently-executing event while Simulator::ScheduleWithContext creates an
 event with a context different from the execution context of the caller. This API is used
-by the ns-3 logging system to report the execution context of each log line.
+by the ns-3 logging system to report the execution context of each log line.</li>
+
 <li><b>Object::DoStart</b>: Users who need to complete their object setup at the start of a simulation
-can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.
+can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.</li>
 
 <li><b>Aod hoc On-Demand Distance Vector (AODV)</b> routing model, 
 <a href=http://www.ietf.org/rfc/rfc3561.txt>RFC 3561</a> </li>
 
+<li><b>IPv6 extension support</b></li>
 </ul>
 
 <h2>Changes to existing API:</h2>