Explain the reasons and implications of #169 and #171.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index e3142e1..14787b7 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -25,6 +25,9 @@
<h3>Fixed Bugs</h3>
<ul>
<li>Skip jacoco instrumentation for mvn modules with package type ear (GitHub <a href="https://github.com/jacoco/jacoco/issues/169">#169</a>).</li>
+ <li>Align skip conditions and messages for Maven goals and give reasons (GitHub <a href="https://github.com/jacoco/jacoco/issues/171">#171</a>).
+ This includes removal of the specific skip condition for packages e.g. POMs and instead checks existence of <tt>target/classes</tt> in appropriate
+ goals.</li>
</ul>
<h3>API Changes</h3>
@@ -32,11 +35,6 @@
<li>Restrict visibility of methods in abstract classes of jacoco-maven-plugin (GitHub <a href="https://github.com/jacoco/jacoco/issues/175">#175</a>).</li>
</ul>
-<h3>Non-functional Changes</h3>
-<ul>
- <li>Align skip conditions and messages for Maven goals and give reasons (GitHub <a href="https://github.com/jacoco/jacoco/issues/171">#171</a>).</li>
-</ul>
-
<h2>Release 0.6.4 (2013/12/10)</h2>
<h3>New Features</h3>