Trac #95: Remove element type "SESSION", rename style "session" to "report".
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index df0e3ee..8f942a9 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -4,12 +4,13 @@
 <head>

   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

   <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />

+  <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />

   <title>JaCoCo - Change History</title>

 </head>

 <body>

 

 <div class="breadcrumb">

-  <a href="../index.html" class="el_session">JaCoCo</a> &gt;

+  <a href="../index.html" class="el_report">JaCoCo</a> &gt;

   <a href="index.html" class="el_group">Documentation</a> &gt;

   <span class="el_source">Change History</span>

 </div>

@@ -34,6 +35,7 @@
   <li>Added <code>sessionid</code> to agent options (Trac #88).</li>

   <li>Additional and modified methods in <code>IRuntime</code> to produce

       session information (Trac #88).</li>

+  <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>

 </ul>

 

 <h2>Release 0.3.3 (2010/04/19)</h2>