summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-18 18:04:12 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-21 17:06:23 +0900
commit5ce8fa45d7389021950c1e3b62f3f97da04abbed (patch)
tree216a10cafcc749f7c72a9dce2be408f2bcc7e8fc
parentacd946d2c7df66ae9c2d9bb86a65ef66ab6c6386 (diff)
downloadpygerrit-5ce8fa45d7389021950c1e3b62f3f97da04abbed.tar.gz
Update change log for 0.2.0
Change-Id: Id87cffa0938c7cd203d91b91be85a13ee4e4afd4
-rw-r--r--HISTORY.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 5d3e2c7..21ed736 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,16 @@
History
-------
+0.2.0 (2013-10-21)
+++++++++++++++++++
+
+- Add basic support for Gerrit's REST API
+- Fix crash in stream-events handling when events do not have ``reason`` field
+- Add ``sortKey`` to query results to allow resuming queries
+- Remove unused ``patchset`` member from ``change-abandoned`` and ``change-restored`` events
+- Fix busy loop when processing stream events
+- Ensure errors in JSON parsing don't leave everything in a broken state
+
0.1.1 (2013-09-13)
++++++++++++++++++