GitHub #43: Set empty property, if execution skipped
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index d2c0099..9ccf8b7 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,12 +22,14 @@
 
 <h3>New Features</h3>
 <ul>
-  <li>Add a coverage check mojo, contributed by Kyle Lieber (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>Agent Mojo should set empty property, if execution was skipped
+      (GitHub #44).</li>
 </ul>
 
 <h3>Non-functional Changes</h3>