summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-11 18:06:51 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-13 11:29:26 +0900
commitf2642ab7b008f0581c9801eeaca98733d4c1169e (patch)
treed96fd1e4b5499f2df92880ba478fe078340d1dff
parent730b6b8bc3697f4294edbf3b73cec47b64c625c0 (diff)
downloadpygerrit-f2642ab7b008f0581c9801eeaca98733d4c1169e.tar.gz
Add changelog
Change-Id: Idc086f21125db744a23c8ef829a2dbe54253cda5
-rw-r--r--HISTORY.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
new file mode 100644
index 0000000..5d3e2c7
--- /dev/null
+++ b/HISTORY.rst
@@ -0,0 +1,25 @@
+.. :changelog:
+
+History
+-------
+
+0.1.1 (2013-09-13)
+++++++++++++++++++
+
+- Support for Mac OSX
+- Make the connection setup thread-safe
+- Unknown event types are no longer treated as errors
+- Clients can access event data that is not encapsulated by the event classes
+- Better handling of errors when parsing json data in the event stream
+- SSH username and port can be manually specified instead of relying on ``~/.ssh/config``
+- Support for the ``merge-failed`` event
+- Support for the ``reviewer-added`` event
+- Support for the ``topic-changed`` event
+- Add ``--verbose`` (debug logging) option in the example script
+- Add ``--ignore-stream-errors`` option in the example script
+- Improved documentation
+
+0.1.0 (2013-08-02)
+++++++++++++++++++
+
+- First released version