diff options
author | Stan Hu <stanhu@gmail.com> | 2015-11-13 00:43:38 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-11-13 00:43:38 -0800 |
commit | b72cbd8d7da4a43261af5832a8b381688cf58f65 (patch) | |
tree | 7e7fa47a101530c66b4da376e49abf157ace256e /CHANGELOG | |
parent | 8146509c0bde55674d6460525084f640ddaf2ade (diff) | |
parent | 3d0efa8e0a359c84485a0fd7a3317745bf5648b8 (diff) | |
download | gitlab-ce-b72cbd8d7da4a43261af5832a8b381688cf58f65.tar.gz |
Merge pull request #9757 from yms9654/diff-option
Add ignore white space option in merge request diff
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9da838ed281..c766e8ea98a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -37,6 +37,7 @@ v 8.2.0 (unreleased) - MR target branch is now visible on a list view when it is different from project's default one - Improve Continuous Integration graphs page - Make color of "Accept Merge Request" button consistent with current build status + - Add ignore white space option in merge request diff and commit and compare view v 8.1.4 - Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu) |