summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-08-27 15:09:55 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2013-08-27 15:11:28 +0200
commit9adb4fae912279b7635820029fe0b12013e6332e (patch)
tree3448e8e311386c234fd0cd841b839597397fcbb8 /ChangeLog
parent2d5342b54f723f621ada53acdfc5ff5d8b1b8b8b (diff)
parentd39c471b188ad1302f0ef6c5f7eac4c6e0d1b742 (diff)
downloadgitlab-9adb4fae912279b7635820029fe0b12013e6332e.tar.gz
Merge branch 'header-private-token' of https://github.com/dekimsey/python-gitlab into token_in_header
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9330c1e..d65ba93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Version 0.3
+ * Use PRIVATE-TOKEN header for passing the auth token
* provide a AUTHORS file
* cli: support ssl_verify config option
* Add ssl_verify option to Gitlab object. Defauls to True