diff options
| -rw-r--r-- | HISTORY.rst | 10 |
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) ++++++++++++++++++ |
