aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-01-04 13:15:29 +0200
committerGitHub <noreply@github.com>2017-01-04 13:15:29 +0200
commited979068709c2f33b9e6ace44bb4d1618d56dc98 (patch)
treedc1ada90f95fcac8e7928a8b1cb4f5fa5bd46708 /org.jacoco.doc/docroot
parentc78b2bfdf73d68dbf9caa44e10cec9ac66bab3be (diff)
downloadjacoco-ed979068709c2f33b9e6ace44bb4d1618d56dc98.tar.gz
Do not recompute frames in case of large methods (#177)
Upgrade ASM to 5.2 to do so.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index f5fc0137..37023188 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,6 +22,9 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>Do not recompute frames in case of large methods, otherwise
+ <code>java.lang.ClassNotFoundException</code> might be thrown
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/177">#177</a>).</li>
<li><code>ExecutionDataWriter.FORMAT_VERSION</code> is not a compile-time constant
(GitHub <a href="https://github.com/jacoco/jacoco/issues/474">#474</a>).</li>
</ul>
@@ -32,6 +35,11 @@
(GitHub <a href="https://github.com/jacoco/jacoco/issues/474">#474</a>).</li>
</ul>
+<h3>Non-functional Changes</h3>
+<ul>
+ <li>JaCoCo now depends on ASM 5.2.</li>
+</ul>
+
<h2>Release 0.7.8 (2016/12/09)</h2>
<h3>New Features</h3>