CHANGES.html
changeset 6969 1288d191868b
parent 6775 0783f42a364b
child 6999 dd78264fda2d
--- a/CHANGES.html	Mon Mar 28 16:43:20 2011 -0700
+++ b/CHANGES.html	Tue Mar 29 15:46:03 2011 +0200
@@ -59,6 +59,11 @@
 <li><b>Test cases no longer return a boolean value</b>
 <p>Unit test case DoRun() functions no longer return a bool value.  Now, they don't return a value at all.  The motivation for this change was to disallow users from merely returning "true" from a test case to force an error to be recorded.  Instead, test case macros should be used.
 </p></li>
+<li><b>PhyMac renamed to GenericPhy</b>
+<p>The PhyMac interface previously defined in phy-mac.h has been
+  renamed to GenericPhy interface and moved to a new file
+  generic-phy.h. The related variables and methods have been renamed accordingly. 
+</p></li>
 </ul>
 
 <h2>Changed behavior:</h2>