diff --git a/HISTORY.rst b/HISTORY.rst
index a1873ea66ec733f7a748a393e30b19dd02e0dff6..1a7601ac5ea2d9bcc2c07a5544f8aac96bdaccf1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -9,14 +9,27 @@ History
 
  * Changed named to Pulsar, moved to Github.
  * New RESTful web services interface.
+ * SCP and Rsync file staging options added by Eric Rasche. `Pull 
+   Request <https://github.com/galaxyproject/pulsar/pull/34>`__
+ * Allow YAML based configuration.
+ * Support for more traditional ``pip``/``setup.py``-style
+   installs.
 
 ---------------------
 0.2.0
 ---------------------
 
- * Last version of LWR - found on BitBucket at https://bitbucket.org/jmchilton/lwr.
+ * Last version named the LWR - found on `BitBucket <https://bitbucket.org/jmchilton/lwr>`__.
  * Still supported in Galaxy as of 15.03 the release.
+ * Introduced support for submitting to various queueing systems,
+   operation as a Mesos framework, Docker support, and
+   various other advanced deployment options.
+ * Message queue support.
+ * Framework for configurable file actions introduced.
 
 ---------------------
 0.1.0
 ---------------------
+
+ * Simple support for running jobs managed by the Python pulsar
+   web process.