GitHub #272: Exclude dynamically generated classes
Exclude dynamically generated classes from instrumentation for better
interoperability with JMockit.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 0ebae67..758b30c 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,6 +25,9 @@
<li>For offline instrumemtation agent configuration supports system properties
replacements. Implementation based on pull request of GitHub user 'debugger'
(GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#262</a>).</li>
+ <li>Exclude dynamically generated classes from instrumentation for better
+ interoperability with JMockit, analysis contributed by Rogério Liesenfeld
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/272">#272</a>).</li>
</ul>
<h3>Fixed Bugs</h3>