Add location to IOException when unable to read input during analysis (#400)
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 71a1354..60d4a63 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -43,6 +43,9 @@
<li>Empty probe arrays are not written to execution data files any more. This
reduces exec file size significantly for per-test data dumps.
(GitHub <a href="https://github.com/jacoco/jacoco/issues/387">#387</a>).</li>
+ <li>More information about context is provided when unable to read input during
+ analysis.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/400">#400</a>).</li>
<li>Require at least Maven 3.0 for build of JaCoCo.</li>
</ul>