From 254698d6b8628b5ce57597526d6b34f332c22903 Mon Sep 17 00:00:00 2001
From: Marin Jankovski <maxlazio@gmail.com>
Date: Thu, 2 Apr 2015 05:06:07 +0200
Subject: [PATCH] Update CHANGELOG.

---
 CHANGELOG | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 79a5b22f503..259e1a30072 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,11 +53,6 @@ v 7.10.0 (unreleased)
   - Fix admin user projects lists.
   - Don't leak private group existence by redirecting from namespace controller to group controller.
 
-v 7.9.0
-  - Send EmailsOnPush email when branch or tag is created or deleted.
-  - Faster merge request processing for large repository
-  - Prevent doubling AJAX request with each commit visit via Turbolink
-  - Prevent unnecessary doubling of js events on import pages and user calendar
 v 7.9.2
   - Contains no changes
 
@@ -149,6 +144,10 @@ v 7.9.0
   - Fix invalid Atom feeds when using emoji, horizontal rules, or images (Christian Walther)
   - Backup of repositories with tar instead of git bundle (only now are git-annex files included in the backup)
   - Add canceled status for CI
+  - Send EmailsOnPush email when branch or tag is created or deleted.
+  - Faster merge request processing for large repository
+  - Prevent doubling AJAX request with each commit visit via Turbolink
+  - Prevent unnecessary doubling of js events on import pages and user calendar
 
 v 7.8.4
   - Fix issue_tracker_id substitution in custom issue trackers
-- 
GitLab