GitHub #19: Skip creation of report, when missing execution data file
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index ef48a56..c12ea0e 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,13 @@
 
 <h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
 
+<h3>Fixed Bugs</h3>
+<ul>
+  <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>
+</ul>
+
 <h2>Release 0.5.10 (2012/08/31)</h2>
 
 <h3>Fixed Bugs</h3>