--- a/CHANGES.html Wed Dec 23 09:37:56 2015 -0800
+++ b/CHANGES.html Wed Dec 23 09:43:13 2015 -0800
@@ -60,7 +60,8 @@
<ul>
<li>TCP-related changes:
<ul>
- <li>TCP Reno, 793, and Tahoe were removed.</li>
+ <li>Classes TcpRfc793, TcpTahoe, and TcpReno were removed.</li>
+ <li>The 'TcpNewReno' log component was effectively replaced by 'TcpCongestionOps'
<li>TCP Hybla and HighSpeed have been added.</li>
<li>Added the concept of Congestion State Machine inside TcpSocketBase.</li>
<li>Merged Fast Recovery and Fast Retransmit inside TcpSocketBase.</li>