diff --git a/CHANGES.html b/CHANGES.html
index a62c6c81f..9de599da5 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -85,6 +85,7 @@ transmitted.
Now on, instead of uint8_t, uint16_t would be used to store a bandwidth value in LTE.
The preferred way to declare instances of CommandLine is now through a macro: COMMANDLINE (cmd). This enables us to add the CommandLine::Usage() message to the Doxygen for the program.
New ...FailSafe () variants of the Config is used to connect PDCP TraceSources of eNB and UE in RadioBearerStatsConnector class. It is required for the simulations using RLC SM where PDCP objects are not created for data radio bearers.
+T310 timer in LteUeRrc class is stopped if the UE receives RRCConnectionReconfiguration including the mobilityControlInfo. This change is introduced following the 3GPP standard TS36331 sec 5.3.5.4.
Changes to build system: