aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-05-04 20:01:15 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2017-05-04 20:01:15 +0200
commita9732678a977e7e95909f5adb438f1248daf2965 (patch)
treea2cea95be86e9bc459669aedecba8f067082ff73 /org.jacoco.doc/docroot
parentf1a1c507c6c67ff2d68f43dda20926412903d855 (diff)
downloadjacoco-a9732678a977e7e95909f5adb438f1248daf2965.tar.gz
Add input name to IOException if unable to read during instrumentation (#527)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 604b5379..742d745f 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -38,6 +38,13 @@
(GitHub <a href="https://github.com/jacoco/jacoco/issues/498">#498</a>).</li>
</ul>
+<h3>Non-functional Changes</h3>
+<ul>
+ <li>More information about context is provided when unable to read input during
+ instrumentation
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/527">#527</a>).</li>
+</ul>
+
<h2>Release 0.7.9 (2017/02/05)</h2>
<h3>Fixed Bugs</h3>