Document changes for Trac #130, #133.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 8cdf904..f7bd4fe 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -43,6 +43,12 @@
simplified version called <code>ICoverageVisitor</code> (Track #132).</li>
<li>All counter creation and update APIs now accept <i>missed items</i> and
<i>covered items</i> as parameters (Track #131).</li>
+ <li>Instructions are now counted on a per line basis. Therefore some
+ interfaces in the <code>org.jacoco.core.analysis</code> package have
+ changed as well as the <code>line</code> element in the XML report
+ (Track #130).</li>
+ <li>Several internal implementation classes have removed from the core APIs or
+ have been replaced by new interfaces (Track #133).</li>
</ul>
<h2>Release 0.4.1 (2010/10/07)</h2>