summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-11-15 17:12:49 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-11-18 10:13:19 +0900
commit61699e836a213e8122b7dd4f1e127361aaa7d305 (patch)
tree4bae5de10b707a2194b0790f6686f332d3e20dca
parent07c0190da89475b5492156c26376c7fa78225c91 (diff)
downloadpygerrit-61699e836a213e8122b7dd4f1e127361aaa7d305.tar.gz
Release notes for 0.2.2
Change-Id: I57db6ab987ac604134267ccc79ec4451a0119841
-rw-r--r--HISTORY.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 90b12e1..8f0b692 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,19 @@
History
-------
+0.2.2 (2013-11-15)
+++++++++++++++++++
+
+- Fix exception and handle errors in the REST API example script
+- Allow to get the SSH username from the client session
+- Allow to run a command from the client session
+- Add ``username`` field in the Account model
+- Simplify error handling in the REST API
+- Make sure ``sortkey`` always gets initialised in the Change model
+- Add ``status`` field in the Change model
+- Add ``current_patchset`` field in the Change model
+- Add ``approver`` field in the Approval model
+
0.2.1 (2013-10-21)
++++++++++++++++++