diff --git a/CHANGES.html b/CHANGES.html
index 7f24d6fa7..65c42f625 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -51,6 +51,9 @@ us a note on ns-developers mailing list.
New API:
+- Matrix propagation loss model: This radio propagation model uses a two-dimensional matrix
+of pathloss indexed by source and destination nodes.
+
- WiMAX net device: The developed WiMAX model attempts to provide an accurate MAC and
PHY level implementation of the 802.16 specification with the Point-to-Multipoint (PMP) mode and the WirelessMAN-OFDM
PHY layer. By adding WimaxNetDevice objects to ns-3 nodes, one can create models of
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cc0072e27..1a6e0ed06 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -39,7 +39,9 @@ New user-visible features
b) Distributed simulation for point-to-point networks using the Message
Passing Interface (MPI) standard.
- c)
+ c) Matrix propagation loss model uses a two-dimensional matrix of pathloss indexed
+ by source and destination nodes.
+
API changes from ns-3.7
-----------------------