Question mark in filter expressions should match exactly one character (#672)
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 4a02b4e..6c6a48e 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -31,6 +31,8 @@
<li>Don't insert stackmap frames into class files with version < 1.6,
this fixes regression which was introduced in version 0.6.5
(GitHub <a href="https://github.com/jacoco/jacoco/issues/667">#667</a>).</li>
+ <li>Question mark in filter expressions now correctly matches exactly one character
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/672">#672</a>).</li>
</ul>
<h2>Release 0.8.1 (2018/03/21)</h2>