CHANGES.html
changeset 8749 4462ac63d4cf
parent 7880 f5c22d8411e6
child 8798 5d8dfd7c6609
--- a/CHANGES.html	Fri May 11 14:02:54 2012 +0200
+++ b/CHANGES.html	Fri May 11 16:42:40 2012 +0200
@@ -50,6 +50,13 @@
 <ul>
 <li>The new class AntennaModel provides an API for modeling the radiation pattern of antennas.
 </li>
+<li>The new buildings module introduces an API (classes, helpers, etc)
+  to model the presence of buildings in a wireless network topology. 
+</li>
+<li>The LENA project's implementation of the LTE Mac Scheduler Interface Specification
+   standardized by the Small Cell Forum (formerly Femto Forum) is now available for
+  use with the LTE module.
+</li>
 </ul>
 
 <h2>Changes to existing API:</h2>
@@ -101,6 +108,11 @@
 <li>
 QueueMode enum from DropTailQueue and RedQueue classes has been unified and moved to Queueu class. Symbols DropTailQueue::PACKETS and DropTailQueue::BYTES are now named Queue::QUEUE_MODE_PACKETS and DropTailQueue::QUEUE_MODE_BYTES. In addition, DropTailQueue and RedQueue class attributes "Mode" have been renamed for consistency from "Packets" and "Bytes" to "QUEUE_MODE_PACKETS" and "QUEUE_MODE_BYTES".
 </li>
+<li>
+The API of the LTE module has undergone a significant redesign with
+the merge of the code from the LENA project. The new API is not
+backwards compatible with the previous version of the LTE module.
+</li>
 </ul>
 
 <h2>Changes to build system:</h2>