diff --git a/CHANGES.html b/CHANGES.html
index d4d549e71..7d4b26b6d 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -85,6 +85,20 @@ mostly for internal use.
changes to existing API:
+05-09-2008; changeset
+aa1fb0f43571
+
+-
+Change naming of MTU and packet size attributes in CSMA and Point-to-Point devices
+After much discussion it was decided that the preferred way to think about
+the different senses of transmission units and encapsulations was to call the
+MAC MTU simply MTU and to use the overall packet size as the PHY-level attribute
+of interest. See the Doxygen of CsmaNetDevice::SetFrameSize and
+PointToPointNetDevice::SetFrameSize for a detailed description.
+
+
+
+