*** empty log message ***
diff --git a/development/miscdocuments/Server Tools API Branch.html b/development/miscdocuments/Server Tools API Branch.html
index 6b409df..bec2b0c 100644
--- a/development/miscdocuments/Server Tools API Branch.html
+++ b/development/miscdocuments/Server Tools API Branch.html
@@ -88,8 +88,8 @@
 </tr>
 <tr>
   <td>IRuntimeDelegate and IRuntimeWorkingCopyDelegate merged into a single RuntimeDelegate.
-      IServerConfigurationDelegate and IServerConfigurationWorkingCopyDelegate merged into a
-      single ServerConfigurationDelegate.</td>
+      IServerDelegate and IServerWorkingCopyDelegate reworked into 
+      ServerDelegate and ServerBehaviourDelegate.</td>
   <td>Making clients provide two separate classes for the delegates was excessive,
       unnecessary, and ended up with too many SPI classes. Only a single delegate class is
       now required for these extension points.</td>
@@ -146,8 +146,10 @@
   <td>IServerType st = findServerType("com.x")</td>
 </tr>
 <tr>
-  <td></td>
-  <td></td>
+  <td>Lots of methods & interfaces moved to internal packages</td>
+  <td>Need to trim down the exposed API to only what is required for ongoing maintenance. If
+      there is anything in an internal package that you were previously using, or plan to use
+      in the future, please contact me and we'll work out an API solution</td>
   <td></td>
   <td></td>
 </tr>
@@ -160,4 +162,4 @@
 </table>
 
 </body>
-</html>
+</html>
\ No newline at end of file