diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-25 02:39:34 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-25 02:40:34 -0700 |
commit | a44ca15c1dd71381d6b11638003f60253c2d8964 (patch) | |
tree | 49962a36c1e476a2fb989fcf7fec33625ab38325 /CHANGELOG | |
parent | 718817fd8fcc0b3627fca73ca847d5fb676df980 (diff) | |
download | gitlab-ce-a44ca15c1dd71381d6b11638003f60253c2d8964.tar.gz |
Fix Error 500 in creating merge requests with > 1000 diffs
Closes #2692
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 99e327472f4..68305b3b380 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.1.0 (unreleased) + - Fix Error 500 in creating merge requests with > 1000 diffs (Stan Hu) - Show CI status on all pages where commits list is rendered - Automatically enable CI when push .gitlab-ci.yml file to repository - Move CI charts to project graphs area |