Credits for check goal.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 825b7ce..d2c0099 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,18 +22,19 @@
<h3>New Features</h3>
<ul>
- <li>Add a coverage check mojo (GitHub #6)</li>
+ <li>Add a coverage check mojo, contributed by Kyle Lieber (GitHub #6).</li>
</ul>
<h3>Fixed Bugs</h3>
<ul>
- <li>jacocoant.jar should not conflict with ASM 3.x (GitHub #39)</li>
+ <li>jacocoant.jar should not conflict with ASM 3.x (GitHub #39).</li>
</ul>
<h3>Non-functional Changes</h3>
<ul>
<li>Upgrade to ASM 4.1 (GitHub #37).</li>
- <li>Log location of merged execution data file in Ant <code>merge</code> task (GitHub #29).</li>
+ <li>Log location of merged execution data file in Ant <code>merge</code> task
+ (GitHub #29).</li>
</ul>
<h2>Release 0.6.0 (2012/10/06)</h2>