Bug #85 Wrong behavior of 'enabled' property in 'coverage' task

Updated release notes
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 361a8d0..1d966ac 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -31,6 +31,7 @@
   <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>

   <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563

       (Track #69).</li>

+  <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>

 </ul>

 

 <h2>Release 0.3.2 (2010/04/01)</h2>