SF #3024486: Report Ant task issues a warning if source files are provided but class files do not contain debug information to collect line numbers.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 3eead4f..dc53f5e 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,13 @@
<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
+<h3>New Features</h3>
+<ul>
+ <li>Report Ant task issues a warning if source files are provided but class
+ files do not contain debug information to collect line numbers
+ (SF #3024486).</li>
+</ul>
+
<h3>Non-functional Changes</h3>
<ul>
<li>Reduce memory footprint for coverage data by 30% (Track #106).</li>