summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-12-02 20:41:32 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2016-12-02 20:41:32 +0100
commit932ccd2214fc41a8274626397c4a88a3d6eef585 (patch)
tree119cc163bedad1f63ea4e07d57ab55a3c1434536 /ChangeLog
parent39288c8fca774112ef1445c1281001a6190dd080 (diff)
downloadgitlab-932ccd2214fc41a8274626397c4a88a3d6eef585.tar.gz
prepare 0.17 release0.17
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94d6b18..76932e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+Version 0.17
+
+ * README: add badges for pypi and RTD
+ * Fix ProjectBuild.play (raised error on success)
+ * Pass kwargs to the object factory
+ * Add .tox to ignore to respect default tox settings
+ * Convert response list to single data source for iid requests
+ * Add support for boards API
+ * Add support for Gitlab.version()
+ * Add support for broadcast messages API
+ * Add support for the notification settings API
+ * Don't overwrite attributes returned by the server
+ * Fix bug when retrieving changes for merge request
+ * Feature: enable / disable the deploy key in a project
+ * Docs: add a note for python 3.5 for file content update
+ * ProjectHook: support the token attribute
+ * Rework the API documentation
+ * Fix docstring for http_{username,password}
+ * Build managers on demand on GitlabObject's
+ * API docs: add managers doc in GitlabObject's
+ * Sphinx ext: factorize the build methods
+ * Implement __repr__ for gitlab objects
+ * Add a 'report a bug' link on doc
+ * Remove deprecated methods
+ * Implement merge requests diff support
+ * Make the manager objects creation more dynamic
+ * Add support for templates API
+ * Add attr 'created_at' to ProjectIssueNote
+ * Add attr 'updated_at' to ProjectIssue
+ * CLI: add support for project all --all
+ * Add support for triggering a new build
+ * Rework requests arguments (support latest requests release)
+ * Fix `should_remove_source_branch`
+
Version 0.16
* Add the ability to fork to a specific namespace