Trac #196: Remove class file attributes with invalid code offsets caused by other byte code processing tools to avoid verifier errors.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index b7a76f1..49bbbe4 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -23,6 +23,8 @@
<h3>New Features</h3>
<ul>
<li>Support for class redefinitions by other agents like JMockit (SF #3509409).</li>
+ <li>Remove class file attributes with invalid code offsets caused by other
+ byte code processing tools to avoid verifier errors (Trac #196).
</ul>
<h3>Fixed Bugs</h3>