Document changes from now on.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
new file mode 100644
index 0000000..f2ba60d
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

+<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" />

+  <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_group">Documentation</a> &gt;

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

+</div>

+

+<h1>Change History</h1>

+

+<h2>Next Release</h2>

+

+<h3>New Features</h3>

+

+

+<h3>Bug Fixes</h3>

+

+<ul>

+  <li>ArrayIndexOutOfBoundsException due to inconsistent processing while

+    instrumentation and analysis (Trac #44).</li>

+</ul>

+

+

+<h2>Release 0.1.0 (2009/10/28)</h2>

+

+<p>

+  The very first JaCoCo release.

+</p>

+

+<div class="footer">

+  <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

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

+</div>

+

+</body>

+</html>
\ No newline at end of file