Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we get
better stack traces.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 50673c7..65538ed 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,18 @@
 
 <h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
 
+<h3>New Features</h3>
+<ul>
+  <li>JaCoCo now supports Java 8
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/74">#74</a>).</li>
+</ul>
+
+<h3>Non-functional Changes</h3>
+<ul>
+  <li>JaCoCo now depends on ASM 5.0 using asm-debug-all instead of asm-all
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/199">#199</a>).</li>
+</ul>
+
 <h2>Release 0.6.5 (2014/03/03)</h2>
 
 <h3>New Features</h3>