summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-05-16 13:14:48 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-05-16 13:14:48 +0200
commit57936af70758f35ea28ad060c4ead2d916a3b47e (patch)
tree69750d7db722329bc9106403dc89501629b7a319
parentfd4539715da589df5a81b333e71875289687922d (diff)
downloadgitlab-57936af70758f35ea28ad060c4ead2d916a3b47e.tar.gz
update changelog and authors
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog26
2 files changed, 28 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9a00c26..dc45ad5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
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