Trac #93: Add session information to HTML report.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 1436986..df0e3ee 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,7 @@
   <li>Execution data now includes session information: an arbitrary identifier,

       the start time and dump time (Trac #88).</li>

   <li>Added session information to XML report (Trac #92).</li>

+  <li>Added session information to HTML report (Trac #93).</li>

 </ul>

 

 <h3>API Changes</h3>

@@ -134,7 +135,7 @@
 

 </div>

 <div class="footer">

-  <div class="versioninfo"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</div>

+  <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>

   <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors

 </div>