aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-04 20:54:07 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-04 20:54:07 +0100
commit6754cd1f93fd52a5245efc89e9d83f9c7dc4c355 (patch)
tree5fb887df43ee8fa4ad40d1787e2e6b937e5d4867
parente4a474ce30af55463d114b5c18c9b59eadbef00b (diff)
downloadjacoco-6754cd1f93fd52a5245efc89e9d83f9c7dc4c355.tar.gz
Documentation update for #265.
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 4e808f21..db0ca86c 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>