diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4f3050e92..6f23a0563 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -42,6 +42,7 @@ The required Doxygen version for documentation generation is version 1.11. - (wifi) Added the `IncrementRetryCountUnderBa` attribute to the `WifiRemoteStationManager` to choose whether or not to increase the retry count of frames that are part of a block ack agreement; this attribute defaults to false to match the standard specifications. - (wifi) Added a new `BaEstablished` trace source to `QosTxop` to notify that a block ack agreement has been established with a given recipient for a given TID. - (zigbee) Added Zigbee module support. +- (energy) Added new information and reformatted energy module documentation. ### Bugs fixed diff --git a/src/energy/doc/energy.rst b/src/energy/doc/energy.rst index d036b6d1b..fdae5cafa 100644 --- a/src/energy/doc/energy.rst +++ b/src/energy/doc/energy.rst @@ -390,7 +390,7 @@ class for details. * ``TotalEnergyHarvested``: Total energy harvested by the BasicEnergyHarvester. Examples and Tests -~~~~~~~~~~~~~~~~~~ +------------------ The following examples have been written.