Track #131: all counter creation and update APIs now accept 'missed items' and 'covered items' as parameters
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index b69cf68..8cdf904 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -41,6 +41,8 @@
<code>org.jacoco.core.analysis</code>.</li>
<li>The <code>IStructureVisitor</code> interface has been replaced by a
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>
</ul>
<h2>Release 0.4.1 (2010/10/07)</h2>