aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorRoberto Araujo <roberto.andrioli@gmail.com>2017-10-19 19:51:22 -0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-10-19 23:51:22 +0200
commitcaa820ed62133f47bacba06ea931bf5d7c43dcd6 (patch)
tree0f1bbe5cf29d986d4154276aaf9440edead98ae9 /org.jacoco.doc/docroot
parentec6287a6b947b8e91a1c697aebdb157bbfab564b (diff)
downloadjacoco-caa820ed62133f47bacba06ea931bf5d7c43dcd6.tar.gz
Upgrade ASM to 6.0 (#600)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index b9e61a12..9035dc36 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -68,10 +68,22 @@
(GitHub <a href="https://github.com/jacoco/jacoco/issues/555">#555</a>).</li>
<li>Restored Maven <code>help</code> goal that was missing in version 0.7.9
(GitHub <a href="https://github.com/jacoco/jacoco/issues/559">#559</a>).</li>
+ <li><code>NullPointerException</code> during offline instrumentation of
+ <code>module-info.class</code>
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/600">#600</a>).</li>
+ <li>Incorrect update of frames caused by bug in ASM library
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/600">#600</a>).</li>
+ <li>Loss of <code>InnerClasses</code> attribute caused by bug in ASM library
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/600">#600</a>).</li>
+ <li><code>NegativeArraySizeException</code> during instrumentation caused by bug
+ in ASM library
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/600">#600</a>).</li>
</ul>
<h3>Non-functional Changes</h3>
<ul>
+ <li>JaCoCo now depends on ASM 6.0
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/600">#600</a>).</li>
<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>