*** empty log message ***
diff --git a/development/miscdocuments/Server Tools API Branch.html b/development/miscdocuments/Server Tools API Branch.html
index 0058c33..83ac53b 100644
--- a/development/miscdocuments/Server Tools API Branch.html
+++ b/development/miscdocuments/Server Tools API Branch.html
@@ -120,10 +120,11 @@
   <td></td>
 </tr>
 <tr>
+  <td>IServerConfiguration, IServerConfiguration, etc. removed</td>
+  <td>The server config was a relic and did not need to be a first class resource. ServerDelegates
+      are now directly responsible for maintaining the configuration.</td>
   <td></td>
-  <td></td>
-  <td></td>
-  <td></td>
+  <td>see Tomcat implementation</td>
 </tr>
 <tr>
   <td>Various minor cleanup - methods renamed, parameters changed, etc.</td>
@@ -132,6 +133,13 @@
   <td></td>
 </tr>
 <tr>
+  <td>IModuleObjectAdapter -> IModuleArtifactAdapter, IModuleObject -> IModuleArtifact</td>
+  <td>Object was too generic and didn't have any real meaning. Artifact represents what the
+      IModuleObject really represents - resources within a module</td>
+  <td></td>
+  <td></td>
+</tr>
+<tr>
   <td></td>
   <td></td>
   <td></td>