summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-09 12:09:47 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-09 12:09:57 +0100
commit3fd64df1c731b516beb8fcfc181b0cdbf31c4776 (patch)
treefec7938decc25345da688ef2d6dc0e5a56b5c759
parent9c74442f8ad36786b06e8cfdcda7919d382ad31f (diff)
downloadgitlab-3fd64df1c731b516beb8fcfc181b0cdbf31c4776.tar.gz
Update ChangeLog for 0.11
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b5e5fc..f41df7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Version 0.11
+
+ * functional_tests.sh: support python 2 and 3
+ * Add a get method for GitlabObject
+ * CLI: Add the -g short option for --gitlab
+ * Provide a create method for GitlabObject's
+ * Rename the _created attribute _from_api
+ * More unit tests
+ * CLI: fix error when arguments are missing (python 3)
+ * Remove deprecated methods
+ * Implement managers to get access to resources
+ * Documentation improvements
+ * Add fork project support
+ * Deprecate the "old" Gitlab methods
+ * Add support for groups search
+
Version 0.10
* Implement pagination for list() (#63)