Fixed inconsistent stackmap frames when instrumenting class files
produced by certain tools like ProGuard (GitHub #85).
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index ef166c4..6ce065a 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,12 @@
 
 <h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
 
+<h3>Fixed Bugs</h3>
+<ul>
+  <li>Fixed inconsistent stackmap frames when instrumenting class files produced
+      by certain tools like ProGuard (GitHub #85).</li>
+</ul>
+
 <h2>Release 0.6.2 (2013/02/03)</h2>
 
 <h3>New Features</h3>