Trac #179: Try/catch blocks must not be counted as instructions.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c30933d..11ed745 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,7 @@
<ul>
<li>Correct default value for the <code>append</code> property of the
<code>dump</code> Ant task is <code>true</code> (Trac #178).</li>
+ <li>Try/catch blocks must not be counted as instructions (Trac #179).</li>
</ul>
<h2>Release 0.5.4 (2011/11/11)</h2>