GitHub #201: Fixed failure with default methods in in Java 8 interfaces
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index afd9b7f..c160d96 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,6 +22,8 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>Fixed failure with default methods in in Java 8 interfaces.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li>
<li>Better interoperability with JMockit, analysis and fix contributed by Rogério
Liesenfeld (GitHub <a href="https://github.com/jacoco/jacoco/issues/35">#35</a>
and (GitHub <a href="https://github.com/jacoco/jacoco/issues/54">#54</a>).</li>