Documentation update for #265.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 4e808f2..db0ca86 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,7 +24,20 @@
 <ul>
   <li>For offline instrumemtation agent configuration supports system properties
       replacements. Implementation based on pull request of GitHub user 'debugger'
-      (GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#226</a>).</li>
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#262</a>).</li>
+</ul>
+
+<h3>Fixed Bugs</h3>
+<ul>
+  <li>Instrumented bytecode now compatible with Android ART runtime, analysis
+      and fix contributed by Allen Hair
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/265">#265</a>).</li>
+</ul>
+
+<h3>API Changes</h3>
+<ul>
+  <li>The <code>*.exec</code> file format of this release is not compatible to
+      previous releases.</li>
 </ul>
 
 <h2>Release 0.7.2 (2014/09/12)</h2>