CHANGES.html
changeset 11026 19b4146b1d39
parent 10965 14cde591d8e4
child 11028 abeb2185bce5
--- a/CHANGES.html	Tue Oct 14 12:56:57 2014 -0700
+++ b/CHANGES.html	Tue Oct 14 13:29:05 2014 -0700
@@ -61,6 +61,12 @@
 
 <h2>Changes to existing API:</h2>
 <ul>
+  <li> Several deprecated classes and class methods were removed, including EmuNetDevice, RandomVariable and derived classes, Packet::PeekData(), Ipv6AddressHelper::NewNetwork(Ipv6Address, Ipv6Prefix), Ipv6InterfaceContainer::SetRouter(), Ipv4Route::GetOutputTtl(), TestCase::AddTestCase(TestCase*), and TestCase::GetErrorStatus().
+  </li>
+  <li> Print methods involving routing tables and neighbor caches, in classes Ipv4RoutingHelper and Ipv6RoutingHelper, were converted to static methods.
+  </li>  
+  <li>PointerValue attribute types in class UanChannel (NoiseModel), UanPhyGen (PerModel and SinrModel), UanPhyDual (PerModelPhy1, PerModelPhy2, SinrModelPhy1, and SinrModelPhy2), and SimpleNetDevice (TxQueue), were changed from PointerValue type to StringValue type, making them configurable via the Config subsystem. 
+  </li>
 </ul>
 
 <h2>Changes to build system:</h2>