New tools API for shared high level tasks.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 6ca3c49..cc8c65f 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -39,6 +39,12 @@
<li>All JaCoCo Maven goals are marked as thread-safe (GitHub #133).</li>
</ul>
+<h3>API Changes</h3>
+<ul>
+ <li>New API package <code>org.jacoco.core.tools</code> for shared high-level
+ tools. (GitHub #159).</li>
+</ul>
+
<h2>Release 0.6.3 (2013/06/03)</h2>
<h3>New Features</h3>
@@ -63,7 +69,6 @@
build configuration error - an exception is now thrown (GitHub #108).</li>
</ul>
-
<h3>API Changes</h3>
<ul>
<li>The configuration of the Maven check goal has been reworked to support
@@ -72,7 +77,6 @@
as additional parameter for better error messages (GitHub #104).</li>
</ul>
-
<h2>Release 0.6.2 (2013/02/03)</h2>
<h3>New Features</h3>