Trac #213: Properly resolve the fork variable for tasks wrapped by the coverage Ant task 
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 76ea224..2ae7f22 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,7 +22,9 @@
 
 <h3>Fixed Bugs</h3>
 <ul>
-  <li>Correct stackmap frames for new long arrays (SF #3553210).</li>
+  <li>Correct stackmap frames for new <code>long[]</code> arrays (SF #3553210).</li>
+  <li>Properly resolve the <code>fork</code> variable for tasks wrapped by the
+      <code>coverage</code> Ant task (Trac #213).</li>
 </ul>
 
 <h2>Release 0.5.9 (2012/07/30)</h2>