From 57936af70758f35ea28ad060c4ead2d916a3b47e Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 16 May 2016 13:14:48 +0200 Subject: update changelog and authors --- AUTHORS | 2 ++ ChangeLog | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/AUTHORS b/AUTHORS index 9a00c26..dc45ad5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,3 +27,5 @@ Richard Hansen James (d0c_s4vage) Johnson Mikhail Lopotkov Asher256 +Adam Reid +Guyzmo diff --git a/ChangeLog b/ChangeLog index ac4b477..392a081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.1