From 292cc9e916fe06570c8901b9c9238e98eacba86f Mon Sep 17 00:00:00 2001
From: Bryce Johnson <bryce@gitlab.com>
Date: Thu, 15 Sep 2016 11:09:59 +0200
Subject: [PATCH] Fix newlines added to README.

---
 CHANGELOG | 5 +----
 1 file changed, 1 insertion(+), 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.
-- 
GitLab