From bd6a938e52d238d069a1e9467888f049f19cc201 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me>
Date: Mon, 25 Jul 2016 17:16:49 +0200
Subject: [PATCH] Update CHANGELOG after 8.10.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Rémy Coutable <remy@rymai.me>
---
 CHANGELOG | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index ffe5766a638..2b750cb03fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,16 +11,19 @@ v 8.11.0 (unreleased)
   - Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska)
 
 v 8.10.2 (unreleased)
-  - Use project ID in repository cache to prevent stale data from persisting across projects
-  - Fix backup restore
+  - User can now search branches by name. !5144
+  - Fix backup restore. !5459
+  - Use project ID in repository cache to prevent stale data from persisting across projects. !5460
+
+v 8.10.1
+  - Refactor repository storages documentation. !5428
+  - Gracefully handle case when keep-around references are corrupted or exist already. !5430
+  - Add detailed info on storage path mountpoints. !5437
+  - Fix Error 500 when creating Wiki pages with hyphens or spaces. !5444
+  - Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page. !5446
+  - Ignore invalid trusted proxies in X-Forwarded-For header. !5454
+  - Add links to the real markdown.md file for all GFM examples. !5458
 
-v 8.10.1 (unreleased)
-  - Fix Error 500 when creating Wiki pages with hyphens or spaces
-  - Ignore invalid trusted proxies in X-Forwarded-For header
-  - Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page
-
-v 8.10.0 (unreleased)
-  - User can now search branches by name. !5144 (tiagonbotelho)
 v 8.10.0
   - Fix profile activity heatmap to show correct day name (eanplatter)
   - Speed up ExternalWikiHelper#get_project_wiki_path
-- 
GitLab