Trac #74: Don't Required Class Registration at Runtime
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 7a3e14b..dbc1f91 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -28,7 +28,10 @@
<h3>API Changes</h3>
<ul>
- <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs (Trac #72).</li>
+ <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
+ (Trac #72).</li>
+ <li>To support "off-line" instrumentation scenarios it is not required any
+ more to register instrumented classes with the runtime (Trac #74).</li>
</ul>
<h2>Release 0.3.1 (2010/02/09)</h2>