Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-09-15 12:09:59 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-09-20 05:50:55 +0300
commit292cc9e916fe06570c8901b9c9238e98eacba86f (patch)
treeb3309618f37c693ed77a2e7048fc5cfd02bf69cc /CHANGELOG
parent67fa72baec9ada4dd6e7b211164b759ba3fb2e5d (diff)
Fix newlines added to README.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a348d790089..0d7c9e8dda0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -156,6 +156,7 @@ v 8.12.0 (unreleased)
- Clean environment variables when running git hooks
- Fix Import/Export issues importing protected branches and some specific models
- Fix non-master branch readme display in tree view
+ - Add UX improvements for merge request version diffs
v 8.11.6
- Fix unnecessary horizontal scroll area in pipeline visualizations. !6005
@@ -163,10 +164,6 @@ v 8.11.6
- Fix an error where we were unable to create a CommitStatus for running state. !6107
- Optimize discussion notes resolving and unresolving. !6141
- Fix GitLab import button. !6167
- - Frontend for Merge Request diff dropdowns
-
-v 8.11.6 (unreleased)
- - Fix an error where we were unable to create a CommitStatus for running state
- Restore SSH Key title auto-population behavior. !6186
- Fix DB schema to match latest migration. !6256
- Exclude some pending or inactivated rows in Member scopes.