GitHub #19: Fail build if unable to read execution data file or create report
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c12ea0e..288b811 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,6 +25,8 @@
   <li>Maven plugin should skip creation of report if the execution data file is
       missing. This avoids appearance of stack traces in case when JVM was not forked,
       e.g. if there are no tests to run (SF #3563431, GitHub #19).</li>
+  <li>Maven plugin should fail if unable to read execution data file or create report
+      (GitHub #19).</li>
 </ul>
 
 <h2>Release 0.5.10 (2012/08/31)</h2>