diff --git a/CHANGES.html b/CHANGES.html
index 4d1de5bd2..578dabca9 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -79,7 +79,7 @@ transmitted.
Changes to existing API:
-- Previously the Config::Connect and Config::Set families of functions would fail silently if the attribute or trace source didn't exist on the path given (typically due to spelling errors). Now those functions will throw a fatal error. If you need the old behavior use the new ...FailSafe () variants.
+- Previously the Config::Connect and Config::Set families of functions would fail silently if the attribute or trace source didn't exist on the path given (typically due to spelling errors). Now those functions will throw a fatal error. If you need the old behavior use the new ...FailSafe () variants.
- The internal TCP API for TcpCongestionOps has been extended to support the CongControl method to allow for delivery rate estimation feedback to the congestion control mechanism.
- Functions LteEnbPhy::ReceiveUlHarqFeedback and LteUePhy::ReceiveLteDlHarqFeedback are renamed to LteEnbPhy::ReportUlHarqFeedback and LteUePhy::EnqueueDlHarqFeedback, respectively to avoid confusion about their functionality. LteHelper is updated accordingly.
- Now on, instead of uint8_t, uint16_t would be used to store a bandwidth value in LTE.