diff options
author | Robert Speicher <robert@gitlab.com> | 2016-07-13 18:10:01 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-07-13 18:10:01 +0000 |
commit | 9b0ef1559f78e58b398e428763ff97dfdc53e186 (patch) | |
tree | 723ca67ce2b9c993960014eaeb04b5e5ff89e193 /CHANGELOG | |
parent | b8f67b4ddf6b4a56fc25565d66230fc6e78ba72d (diff) | |
parent | 545a85dc6487d80c3bc64df85f43765937ca3c86 (diff) | |
download | gitlab-ce-9b0ef1559f78e58b398e428763ff97dfdc53e186.tar.gz |
Merge branch 'better-parallel-diff' into 'master'
Actually render old and new sections of parallel diff next to each other
See merge request !5173
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9a31ebfa11d..a42f8c7b916 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -48,6 +48,7 @@ v 8.10.0 (unreleased) - Fix user creation with stronger minimum password requirements !4054 (nathan-pmt) - Only show New Snippet button to users that can create snippets. - PipelinesFinder uses git cache data + - Actually render old and new sections of parallel diff next to each other - Throttle the update of `project.pushes_since_gc` to 1 minute. - Allow expanding and collapsing files in diff view (!4990) - Collapse large diffs by default (!4990) |