Trac #73: Exclude classes without instructions from reports.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 9652915..52738b0 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,6 +22,7 @@
<h3>New Features</h3>
<ul>
<li>Code coverage for static initializers in interfaces (Trac #21).</li>
+ <li>Classes without instructions are excluded from reports. (Trac #73).</li>
</ul>
<h3>API Changes</h3>