Remove output mode mbean in favor of new agent option 'jmx'.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c1338bf..4104b1f 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -35,6 +35,14 @@
<code>Eclipse-SourceReferences</code> manifest headers (GitHub #7, #59).</li>
</ul>
+<h3>API Changes</h3>
+<ul>
+ <li>The <code>output</code> mode <code>mbean</code> of the agent has been
+ dropped in favor of the new boolean option <code>jmx</code>. This allows
+ to combine JMX access with any other output mode (GitHub #62).</li>
+</ul>
+
+
<h2>Release 0.6.1 (2012/12/23)</h2>
<h3>New Features</h3>