aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-01-20 21:27:10 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-01-20 21:27:10 +0100
commit68dc5ebfa0cc8e718e514a25cd4276a6ca86dd96 (patch)
tree336b9c483da5ce41b5d8abdd13c76f22e30f45a2 /org.jacoco.doc/docroot
parent06befb09bee0e992d6d584137a6a70eddbf23a94 (diff)
downloadjacoco-68dc5ebfa0cc8e718e514a25cd4276a6ca86dd96.tar.gz
Adjust change log.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 14787b70..417f11e3 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -21,13 +21,18 @@
<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
<h3>New Features</h3>
+<ul>
+ <li>Warnings are logged during report generation if different versions of
+ classes are used than at runtime (GitHub <a href="https://github.com/jacoco/jacoco/issues/185">#185</a>).</li>
+</ul>
<h3>Fixed Bugs</h3>
<ul>
<li>Skip jacoco instrumentation for mvn modules with package type ear (GitHub <a href="https://github.com/jacoco/jacoco/issues/169">#169</a>).</li>
- <li>Align skip conditions and messages for Maven goals and give reasons (GitHub <a href="https://github.com/jacoco/jacoco/issues/171">#171</a>).
- This includes removal of the specific skip condition for packages e.g. POMs and instead checks existence of <tt>target/classes</tt> in appropriate
- goals.</li>
+ <li>Align skip conditions and messages for Maven goals and give reasons. This
+ includes removal of the specific skip condition for packages e.g. POMs and
+ instead checks existence of <tt>target/classes</tt> in appropriate goals
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/171">#171</a>).</li>
</ul>
<h3>API Changes</h3>