diff options
author | Stan Hu <stanhu@gmail.com> | 2015-11-05 23:47:04 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-11-05 23:47:04 -0800 |
commit | 40a9b1ce00ed4e4f03431b731ca5a6716356d5a6 (patch) | |
tree | c350d97b3500f817efcaf6ee48117c68eda39d8a /CHANGELOG | |
parent | 82aa54193f67b31400f06de372adfc25acc61c0c (diff) | |
download | gitlab-ce-40a9b1ce00ed4e4f03431b731ca5a6716356d5a6.tar.gz |
Fix bug where manually merged branches in a MR would end up with an empty diff
Closes #3314
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 16055208db5..3614d790361 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.2.0 (unreleased) + - Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu) - Force update refs/merge-requests/X/head upon a push to the source branch of a merge request (Stan Hu) - Improved performance of finding users by one of their Email addresses - Improved performance of replacing references in comments |