aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>