Track #66: adjust documentation
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 9a5c5fd..9584ca0 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -30,11 +30,17 @@
<li>Only process actual Java class files during analysis (SF #3106102).</li>
<li>Fix broken source links due to sort hash (Track #125).</li>
<li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li>
- <li>Try to avoid inerference with Hibernate (SF #3134190).</li>
+ <li>Try to avoid interference with Hibernate (SF #3134190).</li>
<li>Provide proper error message in case of duplicate class names in the same
group (SF #3110219).</li>
</ul>
+<h3>API Changes</h3>
+<ul>
+ <li>All analysis specific APIs have been moved to package
+ <code>org.jacoco.core.analysis</code>.</li>
+</ul>
+
<h2>Release 0.4.1 (2010/10/07)</h2>
<h3>New Features</h3>