Add filter for methods that Kotlin compiler generates (#689)
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 6c6a48e..ce2475c 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,9 @@
<ul>
<li>Synthetic classes are filtered out during generation of report
(GitHub <a href="https://github.com/jacoco/jacoco/issues/668">#668</a>).</li>
+ <li>Methods added by the Kotlin compiler are filtered out during generation
+ of report. Idea and implementation by Nikolay Krasko
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/689">#689</a>).</li>
</ul>
<h3>Fixed Bugs</h3>