diff options
author | Luis HGO <luishgo@gmail.com> | 2016-06-20 22:37:40 -0300 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-24 16:43:52 +0200 |
commit | f73d83db76ae8386ad4db604efb40156593b7a7a (patch) | |
tree | bad4ae1a1efed210496c82d4242b5a9964d77e88 /CHANGELOG.md | |
parent | 4a0e8f59e25a0b33e8e8cf33678688df912da8eb (diff) | |
download | gitlab-ce-f73d83db76ae8386ad4db604efb40156593b7a7a.tar.gz |
Added path parameter to Commits API
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 53406425f3d..ae578852fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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 an optional path parameter to the Commits API to filter commits by path (Luis HGO) - Fix HipChat notifications rendering (airatshigapov, eisnerd) - Add hover to trash icon in notes !7008 (blackst0ne) - Simpler arguments passed to named_route on toggle_award_url helper method |