Track #76: XML and CSV report output now also works for structures without groups.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c035df3..50516c1 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,8 +24,14 @@
<li>New HTML report option to directly create a zip file containing the report
(Trac #12).</li>
<li>Code coverage for static initializers in interfaces (Trac #21).</li>
- <li>Better error handling for <code>report</code> Ant task. (Trac #71).</li>
- <li>Classes without instructions are excluded from reports. (Trac #73).</li>
+ <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
+ <li>Classes without instructions are excluded from reports (Trac #73).</li>
+</ul>
+
+<h3>Fixed Bugs</h3>
+<ul>
+ <li>XML and CSV report output now also works for structures without groups
+ (Track #76).</li>
</ul>
<h3>API Changes</h3>