New features.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index b66b5ff..523a2e0 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -28,11 +28,16 @@
<h3>New Features</h3>
<ul>
+ <li>Report renders anonymous classes with type information (Trac #46).</li>
<li><code>enabled</code> property added to <a href="ant.html#agent">Agent</a> and <a href="ant#coverage">Coverage</a> tasks (Trac #63).</li>
<li><a href="ant.html#merge">Merge</a> Ant task added (Trac #52).</li>
</ul>
<h3>Fixed Bugs</h3>
+<ul>
+ <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
+ application servers like Glassfish.</li>
+</ul>
<h2>Release 0.2.0 (2010/01/08)</h2>