GitHub #39: jacocoant.jar should not conflict with ASM 3.x
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 241d9df..825b7ce 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,6 +25,11 @@
   <li>Add a coverage check mojo (GitHub #6)</li>
 </ul>
 
+<h3>Fixed Bugs</h3>
+<ul>
+  <li>jacocoant.jar should not conflict with ASM 3.x (GitHub #39)</li>
+</ul>
+
 <h3>Non-functional Changes</h3>
 <ul>
   <li>Upgrade to ASM 4.1 (GitHub #37).</li>