All JaCoCo Maven goals are marked as thread-safe (GitHub #133).
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index a1647ef..6ca3c49 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -26,6 +26,8 @@
<li>New dump Mojo for Maven plug-in (GitHub #107).</li>
<li>New merge Mojo for Maven plug-in, contributed by Mads Mohr Christensen
(GitHub #126).</li>
+ <li>Additional list of source files for every package in HTML report
+ (GitHub #142).</li>
</ul>
<h3>Fixed Bugs</h3>
@@ -34,6 +36,7 @@
incorrect configuration (GitHub #40).</li>
<li>Avoid direct dependency on java.lang.management APIs to allow usage on
Android (GitHub #150).</li>
+ <li>All JaCoCo Maven goals are marked as thread-safe (GitHub #133).</li>
</ul>
<h2>Release 0.6.3 (2013/06/03)</h2>
@@ -44,8 +47,6 @@
<li>The coverage check has been reworked to allow checks on all counter values
on all element types (GitHub #106).</li>
<li>Coverage checks are now also available in Ant (GitHub #106).</li>
- <li>Additional list of source files for every package in HTML report
- (GitHub #142).</li>
</ul>
<h3>Fixed Bugs</h3>