--- a/CHANGES.html Fri Sep 30 14:25:23 2011 -0700
+++ b/CHANGES.html Tue Oct 04 18:40:50 2011 +0200
@@ -86,6 +86,13 @@
<li> WIFI_PHY_STANDARD_80211_10Mhz was changed to WIFI_PHY_STANDARD_80211_10MHZ
<li> WIFI_PHY_STANDARD_80211_5Mhz was changed to WIFI_PHY_STANDARD_80211_5MHZ
</ul>
+<li> In the SpectrumPhy base class, the methods to get/set the
+ MobilityModel and the NetDevice were previously working with
+ opaque Ptr<Object>. Now all these methods have been
+ changed so that they work with Ptr<NetDevice>
+ and Ptr<MobilityModel> as appropriate. See <A href="https://www.nsnam.org/bugzilla/show_bug.cgi?id=1271">Bug 1271</A> on
+ bugzilla for the motivation.
+</li>
</ul>
<h2>Changed behavior:</h2>