Release 0.2.0.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 2d02dd4..3b98d90 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -16,21 +16,22 @@
 

 <h1>Change History</h1>

 

-<h2>Next Release</h2>

+<h2>Release 0.2.0 (2010/01/08)</h2>

 

 <h3>New Features</h3>

 

 <ul>

   <li>Simplified probe data structure reduces memory usage (Trac #47).</li>

   <li>Performance test becomes part of the build.</li>

-  <li>New bundle org.jacoco.agent that provides the Java agent as a resource (Trac #50).</li>

+  <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent

+      as a resource (Trac #50).</li>

 </ul>

 

 <h3>Fixed Bugs</h3>

 

 <ul>

-  <li>ArrayIndexOutOfBoundsException due to inconsistent processing while

-    instrumentation and analysis (Trac #44).</li>

+  <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing

+      while instrumentation and analysis (Trac #44).</li>

 </ul>