diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-05-16 13:14:48 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-05-16 13:14:48 +0200 |
commit | 57936af70758f35ea28ad060c4ead2d916a3b47e (patch) | |
tree | 69750d7db722329bc9106403dc89501629b7a319 | |
parent | fd4539715da589df5a81b333e71875289687922d (diff) | |
download | gitlab-57936af70758f35ea28ad060c4ead2d916a3b47e.tar.gz |
update changelog and authors
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 26 |
2 files changed, 28 insertions, 0 deletions
@@ -27,3 +27,5 @@ Richard Hansen <rhansen@rhansen.org> James (d0c_s4vage) Johnson <james.johnson@exodusintel.com> Mikhail Lopotkov <ms.lopotkov@tensor.ru> Asher256 <Asher256@users.noreply.github.com> +Adam Reid <areid@navtech.aero> +Guyzmo <guyzmo+github@m0g.net> @@ -1,3 +1,29 @@ +Version 0.13 + + * Add support for MergeRequest validation + * MR: add support for cancel_merge_when_build_succeeds + * MR: add support for closes_issues + * Add "external" parameter for users + * Add deletion support for issues and MR + * Add missing group creation parameters + * Add a Session instance for all HTTP requests + * Enable updates on ProjectIssueNotes + * Add support for Project raw_blob + * Implement project compare + * Implement project contributors + * Drop the next_url attribute when listing + * Remove unnecessary canUpdate property from ProjectIssuesNote + * Add new optional attributes for projects + * Enable deprecation warnings for gitlab only + * Rework merge requests update + * Rework the Gitlab.delete method + * ProjectFile: file_path is required for deletion + * Rename some methods to better match the API URLs + * Deprecate the file_* methods in favor of the files manager + * Implement star/unstar for projects + * Implement list/get licenses + * Manage optional parameters for list() and get() + Version 0.12.2 * Add new `ProjectHook` attributes |