diff --git a/CHANGES.html b/CHANGES.html
index 027c607a2..5d2bf1741 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -60,7 +60,8 @@ us a note on ns-developers mailing list.
- TCP-related changes:
- - TCP Reno, 793, and Tahoe were removed.
+ - Classes TcpRfc793, TcpTahoe, and TcpReno were removed.
+ - The 'TcpNewReno' log component was effectively replaced by 'TcpCongestionOps'
- TCP Hybla and HighSpeed have been added.
- Added the concept of Congestion State Machine inside TcpSocketBase.
- Merged Fast Recovery and Fast Retransmit inside TcpSocketBase.