Add Artifact.SCOPE_PROVIDED artifacts to aggregate report (#572)
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 40f5787..dc8d06b 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -39,8 +39,10 @@
(GitHub <a href="https://github.com/jacoco/jacoco/issues/513">#513</a>).</li>
<li>Exclude from a report private empty constructors that do not have arguments
(GitHub <a href="https://github.com/jacoco/jacoco/issues/529">#529</a>).</li>
- <li>Maven aggregated reports will now also include modules of runtime dependencies
- (GitHub <a href="https://github.com/jacoco/jacoco/issues/498">#498</a>).</li>
+ <li>Maven aggregated reports will now also include modules of <code>runtime</code>
+ and <code>provided</code> dependencies
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/498">#498</a>,
+ <a href="https://github.com/jacoco/jacoco/issues/572">#572</a>).</li>
<li>JaCoCo now comes with a simple command line interface
(GitHub <a href="https://github.com/jacoco/jacoco/issues/525">#525</a>).</li>
<li>Manifests of JAR files now have <code>Automatic-Module-Name</code> for Java 9