Trac #129: Report cyclomatic complexity.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 9d189d4..ee63807 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,7 +22,7 @@
<h3>New Features</h3>
<ul>
- <li>JaCoCo core calculates cyclomatic complexity (Trac #129).</li>
+ <li>JaCoCo reports cyclomatic complexity numbers (Trac #129).</li>
<li>For HTML reports the tab width can be specified on the
<code>sourcefiles</code> attribute of the <code>report</code> Ant task
(Track #152).</li>
@@ -32,6 +32,7 @@
<ul>
<li><code>ICoverageNode</code> API has been extended for cyclomatic
complexity (Trac #129).</li>
+ <li>XML report includes new counter type <code>COMPLEXITY</code> (Trac #129).</li>
<li>New method <code>getTabWidth()</code> in callback interface
<code>ISourceFileLocator</code> (Trac #152).</li>
</ul>