aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/changes.html
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc/docroot/doc/changes.html')
-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 50673c73..65538ed4 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,18 @@
<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
+<h3>New Features</h3>
+<ul>
+ <li>JaCoCo now supports Java 8
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/74">#74</a>).</li>
+</ul>
+
+<h3>Non-functional Changes</h3>
+<ul>
+ <li>JaCoCo now depends on ASM 5.0 using asm-debug-all instead of asm-all
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/199">#199</a>).</li>
+</ul>
+
<h2>Release 0.6.5 (2014/03/03)</h2>
<h3>New Features</h3>