Duplicate classes with identical identifiers are now ignored during analysis.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c418f2d..ff2efaa 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,12 @@
<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
+<h3>New Features</h3>
+<ul>
+ <li>Duplicate classes with identical identifiers are now ignored during
+ analysis.</li>
+</ul>
+
<h3>Non-functional Changes</h3>
<ul>
<li>API documentation cleanup (Track #140).</li>