diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-04 11:08:10 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-04 11:08:10 +0100 |
commit | 0b68a0e79e1cbe12c44beb6c23e79d48b71f219e (patch) | |
tree | bf9d6cbf8261f1b8cdab2841c54ab985205ef6d3 /CHANGELOG | |
parent | 0ccd7de7f369d98615833867abe84142bcc25193 (diff) | |
download | gitlab-ce-0b68a0e79e1cbe12c44beb6c23e79d48b71f219e.tar.gz |
Add API endpoint to fetch merge request commits list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 2f310a4b028..2876e36f9ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ v 8.3.0 (unreleased) - Add ignore whitespace change option to commit view - Fire update hook from GitLab - Don't show project fork event as "imported" + - Add API endpoint to fetch merge request commits list v 8.2.2 - Fix 404 in redirection after removing a project (Stan Hu) |