Trac #12: HTML report output into ZIP file
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index dbc1f91..c035df3 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -21,6 +21,8 @@
 

 <h3>New Features</h3>

 <ul>

+  <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>