GitHub #186: Remove signatures from JAR files.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 8873cd9..715057a 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,8 @@
 <ul>
   <li>Warnings are logged during report generation if different versions of
       classes are used than at runtime (GitHub <a href="https://github.com/jacoco/jacoco/issues/185">#185</a>).</li>
+  <li>Signatures are removed from instrumented JAR files
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/186">#186</a>).</li>
 </ul>
 
 <h3>Fixed Bugs</h3>