diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-29 15:45:31 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-29 15:45:31 +0100 |
| commit | e673dab4f3a17a14bea38854ad10b83eef4fc18b (patch) | |
| tree | 890c3f719cc49f329e76f171dc4cdd09cff882d2 | |
| parent | 99c47108ee5dfa445801efdf5cda628ca7b97679 (diff) | |
| download | gitlab-e673dab4f3a17a14bea38854ad10b83eef4fc18b.tar.gz | |
update AUTHORS and ChangeLog
| -rw-r--r-- | AUTHORS | 6 | ||||
| -rw-r--r-- | ChangeLog | 17 |
2 files changed, 22 insertions, 1 deletions
@@ -15,4 +15,8 @@ Mart Sõmermaa <mart.somermaa@cgi.com> Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Crestez Dan Leonard <lcrestez@ixiacom.com> Patrick Miller <patrick@velocitywebworks.com> -Stefano Mandruzzato <stefano.mandruzzato@gmail.com>
\ No newline at end of file +Stefano Mandruzzato <stefano.mandruzzato@gmail.com> +Jason Antman <jason@jasonantman.com> +Stefan Klug <klug.stefan@gmx.de> +pa4373 <pa4373@gmail.com> +Colin D Bennett <colin.bennett@harman.com> @@ -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 |
