GitHub #49: New agent option includebootstrapclasses
New configuration option for the JaCoCo agent includebootstrapclasses to
also instrument classes from the bootstrap class loader.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 51679b6..9d5209a 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,14 @@
<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
+<h3>New Features</h3>
+<ul>
+ <li>New configuration option for the JaCoCo agent
+ <code>includebootstrapclasses</code> to also instrument classes from the
+ bootstrap class loader.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/49">#49</a>).</li>
+</ul>
+
<h2>Release 0.7.1 (2014/05/08)</h2>
<h3>Fixed Bugs</h3>