diff options
| -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 |
