diff --git a/CHANGES.html b/CHANGES.html index fb41f0d64..1b519f11a 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -193,6 +193,8 @@ is now exported by WifiNetDevice.
  • The default value of the TxGain and RxGain attributes in WifiPhy was changed from 1 dB to 0 dB.
  • +
  • The reported SNR by WifiPhy::MonitorSnifferRx did not include the RxNoiseFigure, but now does; see bug 2783 for discussion. +
  • Queue has been redesigned as a template class object, where the type parameter specifies the type of items to be stored in the queue. As a consequence: