Trac #154: Reworked instrumentation strategy to avoid verifier error "Uninitialized object exists on backward branch" with certain Java 7 class files.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 839ae68..1c3f073 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,6 +25,9 @@
   <li>Documentation now includes Maven example and Maven goal documentation
       (Trac #201, #202).</li>
   <li>Support for parallel Maven builds (Trac #191).</li>
+  <li>Reworked instrumentation strategy to avoid verifier error "Uninitialized
+      object exists on backward branch" with certain Java 7 class files
+      (Trac #154).</li>
 </ul>
 
 <h2>Release 0.5.7 (2012/04/19)</h2>