Add Java 10 support (#629)
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index eebd90f..43470dd 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,6 +22,8 @@
<h3>New Features</h3>
<ul>
+ <li>JaCoCo now supports Java 10
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/629">#629</a>).</li>
<li>Empty constructor without parameters in enum is filtered out during
generation of report
(GitHub <a href="https://github.com/jacoco/jacoco/issues/649">#649</a>).</li>