Trac #152: expose tab width of html report in ant task
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 13088c0..aa8f835 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -18,6 +18,21 @@
<h1>Change History</h1>
+<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
+
+<h3>New Features</h3>
+<ul>
+ <li>For HTML reports the tab width can be specified on the
+ <code>sourcefiles</code> attribute of the <code>report</code> Ant task
+ (Track #152).</li>
+</ul>
+
+<h3>API Changes</h3>
+<ul>
+ <li>New method <code>getTabWidth()</code> in callback interface
+ <code>ISourceFileLocator.getTabWidth()</code> (Trac #152).</li>
+</ul>
+
<h2>Release 0.5.1 (2011/03/21)</h2>
<h3>New Features</h3>