diff options
author | Rémy Coutable <remy@rymai.me> | 2016-11-02 11:46:45 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-02 11:46:45 +0000 |
commit | 2023511753d75545aa76968a2991dc962f7a99db (patch) | |
tree | ea0ea32f4ea3c61ef25717840dcf0cd54c136a89 /CHANGELOG.md | |
parent | ee6d087ef2a7bbfede43741e04e850b363c74cb3 (diff) | |
parent | f77be11cb9caa62cdd4690a53c73b6d34e102148 (diff) | |
download | gitlab-ce-2023511753d75545aa76968a2991dc962f7a99db.tar.gz |
Merge branch 'gpocentek/gitlab-ce-api-webhook-token' into 'master'
This MR adds support for the `token` attribute in the project hook API.
Feature requested on a dependant project: https://github.com/gpocentek/python-gitlab/issues/170
See merge request !7220
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc90b1eb539..d6ddc580f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Adds user project membership expired event to clarify why user was removed (Callum Dryden) - Trim leading and trailing whitespace on project_path (Linus Thiel) - Prevent award emoji via notes for issues/MRs authored by user (barthc) +- Adds support for the `token` attribute in project hooks API (Gauvain Pocentek) - Adds an optional path parameter to the Commits API to filter commits by path (Luis HGO) - Fix Markdown styling inside reference links (Jan Zdráhal) - Fix extra space on Build sidebar on Firefox !7060 |