diff --git a/CHANGES.html b/CHANGES.html
index 78c534a6d..da20e63af 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -58,7 +58,8 @@ us a note on ns-developers mailing list.
Changes to existing API:
-
+- A new TableBasedErrorRateModel has been added for Wi-Fi, and the default values are aligned with link-simulation results from MATLAB WLAN Toolbox and IEEE 802.11 TGn.
+
Changes to build system:
@@ -66,7 +67,7 @@ us a note on ns-developers mailing list.
Changed behavior:
-
+- The default Wi-Fi ErrorRateModel for the 802.11n/ac/ax standards has been changed from the NistErrorRateModel to a new TableBasedErrorRateModel. Users may experience a shift in Wi-Fi link range due to the new default error model, as the new model is more optimistic (the PER for a given MCS will degrade at a lower SNR value). The Wi-Fi module documentation provides plots that compare the performance of the NIST and new table-based model.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 1492dca50..8a0656ec9 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -14,6 +14,8 @@ Release 3-dev
New user-visible features
-------------------------
+- (wifi) A new table-based error model based on link simulations has been
+ added and made the default for 802.11n/ac/ax simulations.
Bugs fixed
----------