aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2013-01-08 22:21:25 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2013-01-08 22:21:25 +0100
commit1a7ab6fc0e4de8f10c5a78702b7d2270e015c342 (patch)
treea386433c86d6c9319fdf603a00c127d93a72cfd1 /org.jacoco.doc/docroot
parent490646722a12c9657a6432f36141147b683cff94 (diff)
downloadjacoco-1a7ab6fc0e4de8f10c5a78702b7d2270e015c342.tar.gz
Better explanation of the new feature.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 51d03843..01e28834 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,7 +25,8 @@
<li>Support for offline instrumentation (GitHub #4).</li>
<li>JaCoCo agent exposes runtime API for direct integration with application
under test (GitHub #61).</li>
- <li>Support for parallel test execution (GitHub #52).</li>
+ <li>Support for parallel test execution: Different agents can now safely write
+ to the same <code>*.exec</code> file (GitHub #52).</li>
</ul>
<h3>Fixed Bugs</h3>