GitHub #262: Variable replacement for offline agent configuration.

For offline agent configuration properties can now contain variables in
${name} format which will be replaced with system properties at runtime.
Based on original PR by user 'debugger'.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 0a1af5e..4e808f2 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,13 @@
 
 <h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
 
+<h3>New Features</h3>
+<ul>
+  <li>For offline instrumemtation agent configuration supports system properties
+      replacements. Implementation based on pull request of GitHub user 'debugger'
+      (GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#226</a>).</li>
+</ul>
+
 <h2>Release 0.7.2 (2014/09/12)</h2>
 
 <h3>Fixed Bugs</h3>