summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-12-29 15:45:31 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-12-29 15:45:31 +0100
commite673dab4f3a17a14bea38854ad10b83eef4fc18b (patch)
tree890c3f719cc49f329e76f171dc4cdd09cff882d2 /ChangeLog
parent99c47108ee5dfa445801efdf5cda628ca7b97679 (diff)
downloadgitlab-e673dab4f3a17a14bea38854ad10b83eef4fc18b.tar.gz
update AUTHORS and ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e97cf..7b5e5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Version 0.10
+
+ * Implement pagination for list() (#63)
+ * Fix url when fetching a single MergeRequest
+ * Add support to update MergeRequestNotes
+ * API: Provide a Gitlab.from_config method
+ * setup.py: require requests>=1 (#69)
+ * Fix deletion of object not using 'id' as ID (#68)
+ * Fix GET/POST for project files
+ * Make 'confirm' an optional attribute for user creation
+ * Python 3 compatibility fixes
+ * Add support for group members update (#73)
+
+Version 0.9.2
+
+ * CLI: fix the update and delete subcommands (#62)
+
Version 0.9.1
* Fix the setup.py script