summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-09-15 11:09:59 +0200
committerBryce Johnson <bryce@gitlab.com>2016-09-15 11:09:59 +0200
commit0fe2d33198d17b3764cad70944ddeb8868fc7820 (patch)
treebe316276545b9fec2e7edc0ce100c212545aceb4
parent938ee1853166c0ec94da520a1bbd8435f79f85e8 (diff)
downloadgitlab-ce-0fe2d33198d17b3764cad70944ddeb8868fc7820.tar.gz
Fix newlines added to README.
-rw-r--r--CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b4f968b233a..8ad394d3185 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -136,6 +136,7 @@ v 8.12.0 (unreleased)
- Fix Gitlab::Popen.popen thread-safety issue
- Add specs to removing project (Katarzyna Kobierska Ula Budziszewska)
- Clean environment variables when running git hooks
+ - Add UX improvements for merge request version diffs
v 8.11.6
- Fix unnecessary horizontal scroll area in pipeline visualizations. !6005
@@ -143,10 +144,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.