diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-09 12:09:47 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-09 12:09:57 +0100 |
commit | 3fd64df1c731b516beb8fcfc181b0cdbf31c4776 (patch) | |
tree | fec7938decc25345da688ef2d6dc0e5a56b5c759 | |
parent | 9c74442f8ad36786b06e8cfdcda7919d382ad31f (diff) | |
download | gitlab-3fd64df1c731b516beb8fcfc181b0cdbf31c4776.tar.gz |
Update ChangeLog for 0.11
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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) |