Trac #21: Code coverage for static initializers in interfaces.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index dfcded1..9652915 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -19,6 +19,11 @@
<h2>Next Release</h2>
+<h3>New Features</h3>
+<ul>
+ <li>Code coverage for static initializers in interfaces (Trac #21).</li>
+</ul>
+
<h3>API Changes</h3>
<ul>
<li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs (Trac #72).</li>
@@ -33,14 +38,6 @@
<h2>Release 0.3.0 (2010/02/02)</h2>
-<h3>API Changes</h3>
-<ul>
- <li>Agent option and Ant task parameter <code>file</code> changed to
- <code>destfile</code> (Trac #59).</li>
- <li>Agent option and Ant task parameter <code>merge</code> changed to
- <code>append</code> (Trac #51).</li>
-</ul>
-
<h3>New Features</h3>
<ul>
<li>Report renders anonymous classes with type information (Trac #46).</li>
@@ -54,6 +51,14 @@
application servers like Glassfish.</li>
</ul>
+<h3>API Changes</h3>
+<ul>
+ <li>Agent option and Ant task parameter <code>file</code> changed to
+ <code>destfile</code> (Trac #59).</li>
+ <li>Agent option and Ant task parameter <code>merge</code> changed to
+ <code>append</code> (Trac #51).</li>
+</ul>
+
<h2>Release 0.2.0 (2010/01/08)</h2>
<h3>New Features</h3>