update CHANGES.html
authorTom Henderson <tomh@tomh.org>
Wed, 23 Dec 2015 09:43:13 -0800
changeset 11798 838552e9d264
parent 11797 ff7a8f205e97
child 11799 f410a3b3825b
update CHANGES.html
CHANGES.html
--- 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>