Trac #119: Support for source folders in Ant report task.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 329eef4..246d8a7 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -23,6 +23,9 @@
 <h3>New Features</h3>
 <ul>
   <li>jacoco-maven-plugin can be used together with maven-site-plugin (Trac #181).</li>
+  <li>The <code>report</code> Ant task now also supports directory resources to
+      specify source folders. This allows reading source files from multiple
+      directories. Contributed by Dominik Stadler (Trac #119).</li>
 </ul>
 
 <h3>Fixed Bugs</h3>