SF #3538112: Allow instrumentation of classes with dead code
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 683cb6e..679460d 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -28,6 +28,11 @@
       Maven (Trac #208).</li>
 </ul>
 
+<h3>Fixed Bugs</h3>
+<ul>
+  <li>Allow instrumentation of classes with dead code (SF #3538112).</li>
+</ul>
+
 <h3>Non-functional Changes</h3>
 <ul>
   <li>Documentation now includes Maven example and Maven goal documentation